mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 13:38:48 +00:00
13 lines
311 B
YAML
13 lines
311 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -2
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
PointerAlignment: Right
|