mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
30 lines
807 B
YAML
Executable File
30 lines
807 B
YAML
Executable File
# Common settings
|
|
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignEscapedNewlines: Left
|
|
AlignOperands: 'true'
|
|
AlignConsecutiveDeclarations: 'false'
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: '120'
|
|
IndentWidth: '4'
|
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Right
|
|
SortIncludes: 'true'
|
|
SortUsingDeclarations: 'true'
|
|
SpaceAfterCStyleCast: 'true'
|
|
SpaceAfterLogicalNot: 'false'
|
|
SpaceAfterTemplateKeyword: 'false'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceBeforeRangeBasedForLoopColon: 'true'
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInAngles: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
TabWidth: '4'
|
|
UseTab: Never
|