Carlos Gomes Martinho | 3a1319d | 2020-04-24 09:38:46 +0200 | [diff] [blame] | 1 | --- |
2 | BasedOnStyle: Chromium | ||||
3 | IndentWidth: 4 | ||||
4 | TabWidth: 4 | ||||
5 | UseTab: Always | ||||
6 | DerivePointerAlignment: true | ||||
7 | BreakBeforeBraces: Custom | ||||
8 | BraceWrapping: | ||||
9 | AfterFunction: true | ||||
10 | BeforeCatch: false | ||||
Jim Schaad | f8434ce | 2020-04-28 15:42:10 -0700 | [diff] [blame] | 11 | BeforeElse: true |
Carlos Gomes Martinho | 3a1319d | 2020-04-24 09:38:46 +0200 | [diff] [blame] | 12 | AlignAfterOpenBracket: false |
13 | SortIncludes: false |