mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-05 08:18:47 +00:00
16 lines
414 B
YAML
16 lines
414 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -2
|
|
NamespaceIndentation: All
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
EmptyLineBeforeAccessModifier: LogicalBlock
|
|
SeparateDefinitionBlocks: Always
|
|
PointerAlignment: Right
|