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