| --- | |
| Language: Cpp | |
| BasedOnStyle: Google | |
| IndentWidth: 4 | |
| ColumnLimit: 100 | |
| AccessModifierOffset: -4 | |
| AlignAfterOpenBracket: Align | |
| AllowShortFunctionsOnASingleLine: Inline | |
| AllowShortIfStatementsOnASingleLine: Never | |
| AllowShortLoopsOnASingleLine: false | |
| BreakBeforeBraces: Attach | |
| IndentCaseLabels: false | |
| NamespaceIndentation: None | |
| PointerAlignment: Left | |
| SpaceAfterCStyleCast: false | |
| SpaceBeforeParens: ControlStatements | |
| Standard: c++17 |