0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-01-26 10:20:08 +00:00
OI-codes/.clang-format

15 lines
381 B
Plaintext
Raw Normal View History

2020-08-07 00:55:17 +08:00
---
Language: Cpp
2021-11-19 16:58:26 +08:00
BasedOnStyle: Google
ColumnLimit: 0
IndentWidth: 4
2020-08-07 00:55:17 +08:00
AccessModifierOffset: -2
2021-11-26 13:29:23 +08:00
NamespaceIndentation: All
2021-11-19 16:58:26 +08:00
AllowShortLoopsOnASingleLine: true
2020-08-07 00:55:17 +08:00
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: Empty
2021-11-19 16:58:26 +08:00
AllowShortCaseLabelsOnASingleLine: true
2020-11-21 19:19:42 +08:00
AllowShortIfStatementsOnASingleLine: true
2021-11-26 13:29:23 +08:00
EmptyLineBeforeAccessModifier: LogicalBlock
2021-11-19 16:58:26 +08:00
PointerAlignment: Right