| --- | |
| BasedOnStyle: Chromium | |
| IndentWidth: 4 | |
| TabWidth: 4 | |
| UseTab: Always | |
| DerivePointerAlignment: true | |
| BreakBeforeBraces: Custom | |
| BraceWrapping: | |
| AfterFunction: true | |
| BeforeCatch: false | |
| BeforeElse: true | |
| AlignAfterOpenBracket: false | |
| SortIncludes: false | |
| ColumnLimit: 120 |