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