Advanced-Portals/.clang-format

14 lines
381 B
Plaintext
Raw Permalink 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
2024-09-07 04:41:58 +02:00
SpaceBeforeParens: ControlStatements