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