55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
---
|
|
Language: 'Java'
|
|
TabWidth: '4'
|
|
IndentWidth: '4'
|
|
UseTab: 'Always'
|
|
AlignOperands: 'true'
|
|
AlignAfterOpenBracket: 'Align'
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'true'
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignEscapedNewlines: 'Left'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: 'All'
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakAfterReturnType: 'None'
|
|
AlwaysBreakTemplateDeclarations: 'true'
|
|
AlwaysBreakBeforeMultilineStrings: 'false'
|
|
BinPackArguments: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: 'Allman'
|
|
BreakBeforeBinaryOperators: 'true'
|
|
BreakBeforeTernaryOperators: 'false'
|
|
BreakConstructorInitializers: 'AfterColon'
|
|
BreakBeforeInheritanceComma: 'false'
|
|
BreakAfterJavaFieldAnnotations: 'true'
|
|
BreakStringLiterals: 'true'
|
|
ColumnLimit: '140'
|
|
CompactNamespaces: 'false'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
|
DerivePointerAlignment: 'false'
|
|
IndentCaseLabels: 'true'
|
|
IndentPPDirectives: 'AfterHash'
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'true'
|
|
NamespaceIndentation: 'All'
|
|
PointerAlignment: 'Right'
|
|
ReflowComments: 'true'
|
|
SortIncludes: 'true'
|
|
SortUsingDeclarations: 'true'
|
|
SpaceAfterCStyleCast: 'false'
|
|
SpaceAfterTemplateKeyword: 'false'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInAngles: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
Standard: 'Auto'
|
|
...
|