12 lines
369 B
YAML
12 lines
369 B
YAML
---
|
|
BasedOnStyle: Microsoft
|
|
CompactNamespaces: 'false'
|
|
FixNamespaceComments: 'false'
|
|
NamespaceIndentation: All
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortLambdasOnASingleLine: All
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
PointerAlignment: Left |