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