mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-21 18:16:03 +01:00
14 lines
381 B
YAML
14 lines
381 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
AllowShortFunctionsOnASingleLine: None
|
|
BreakAfterJavaFieldAnnotations: true
|
|
BreakBeforeBraces: Attach
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
AlignAfterOpenBracket: Align
|
|
PenaltyBreakBeforeFirstCallParameter: 1
|
|
ColumnLimit: 80
|
|
SpaceBeforeParens: ControlStatements
|