16 lines
378 B
YAML
16 lines
378 B
YAML
---
|
|
BasedOnStyle: Microsoft
|
|
AlignAfterOpenBracket: Align
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortLambdasOnASingleLine: All
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
PointerAlignment: Left
|
|
SpaceAfterCStyleCast: 'false'
|
|
SpaceAfterTemplateKeyword: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
TabWidth: '4'
|
|
UseTab: ForIndentation
|
|
|
|
...
|