summaryrefslogtreecommitdiffstats
path: root/Tools/peg_generator/.clang-format
blob: b2bb93dbd059b4f706a86570de41fa1f197af5f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# A clang-format style that approximates Python's PEP 7
BasedOnStyle: Google
AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: Align
BreakBeforeBraces: Stroustrup
ColumnLimit: 95
DerivePointerAlignment: false
IndentWidth: 4
Language: Cpp
PointerAlignment: Right
ReflowComments: true
SpaceBeforeParens: ControlStatements
SpacesInParentheses: false
TabWidth: 4
UseTab: Never
SortIncludes: false