unix/fiss

.clang-format in master
Repositories | Summary | Log | Files | LICENSE

.clang-format (1356B) download


 1AlignAfterOpenBracket: Align
 2AlignConsecutiveAssignments: true
 3AlignConsecutiveDeclarations: true
 4AlignConsecutiveMacros: true
 5AlignEscapedNewlines: true
 6AlignOperands: AlignAfterOperator
 7AllowShortBlocksOnASingleLine: true
 8AllowShortIfStatementsOnASingleLine: true
 9AllowShortLoopsOnASingleLine: true
10BreakBeforeBraces: Attach
11BreakBeforeTernaryOperators: true
12BreakConstructorInitializers: BeforeComma
13BreakInheritanceList: BeforeComma
14BreakStringLiterals: false
15ColumnLimit: 0
16Cpp11BracedListStyle: false
17FixNamespaceComments: true
18IncludeBlocks: Regroup
19IndentCaseLabels: true
20IndentPPDirectives: AfterHash
21IndentWidth: 4
22MaxEmptyLinesToKeep: 2
23NamespaceIndentation: All
24PointerAlignment: Left
25SortIncludes: true
26SortUsingDeclarations: true
27SpaceAfterCStyleCast: true
28SpaceAfterLogicalNot: false
29SpaceAfterTemplateKeyword: false
30SpaceBeforeAssignmentOperators: true
31SpaceBeforeCpp11BracedList: false
32SpaceBeforeCtorInitializerColon: true
33SpaceBeforeInheritanceColon: true
34SpaceBeforeRangeBasedForLoopColon: true
35SpaceBeforeSquareBrackets: false
36SpaceInEmptyBlock: false
37SpaceInEmptyParentheses: false
38SpacesBeforeTrailingComments: 4
39SpacesInAngles: false
40SpacesInCStyleCastParentheses: false
41SpacesInConditionalStatement: false
42SpacesInContainerLiterals: false
43SpacesInParentheses: false
44SpacesInSquareBrackets: false
45TabWidth: 4
46UseTab: ForIndentation