Advanced-Portals/.clang-format

13 lines
344 B
Plaintext
Raw Normal View History

2024-06-16 05:50:56 +02:00
BasedOnStyle: Google
IndentWidth: 4
TabWidth: 4
UseTab: Never
AllowShortFunctionsOnASingleLine: None
2024-06-16 06:00:32 +02:00
BreakAfterJavaFieldAnnotations: true
2024-06-16 05:50:56 +02:00
BreakBeforeBraces: Attach
ConstructorInitializerAllOnOneLineOrOnePerLine: true
BreakConstructorInitializers: BeforeComma
AlignAfterOpenBracket: Align
PenaltyBreakBeforeFirstCallParameter: 1
ColumnLimit: 80