swissChili | 7a6f5eb | 2021-04-13 16:46:02 -0700 | [diff] [blame] | 1 | BasedOnStyle: Microsoft |
2 | |||||
3 | AlignAfterOpenBracket: Align | ||||
4 | SpacesInSquareBrackets: true | ||||
5 | SpaceInEmptyBlock: true | ||||
6 | SpacesInConditionalStatement: true | ||||
7 | SpaceBeforeParens: Always | ||||
8 | UseTab: ForIndentation | ||||
9 | TabWidth: 4 | ||||
10 | ColumnLimit: 80 | ||||
swissChili | ca107a0 | 2021-04-14 12:07:30 -0700 | [diff] [blame^] | 11 | |
12 | ForEachMacros: ['FOREACH'] |