mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 10:36:17 +01:00
15 lines
406 B
YAML
15 lines
406 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
|
|
InsertNewlineAtEOF: true
|