mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-12 10:21:29 +01:00
12 lines
307 B
YAML
12 lines
307 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
AllowShortFunctionsOnASingleLine: None
|
|
BreakBeforeBraces: Attach
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
AlignAfterOpenBracket: Align
|
|
PenaltyBreakBeforeFirstCallParameter: 1
|
|
ColumnLimit: 80
|