0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 00:05:24 +00:00
OI-codes/.clang-format

15 lines
381 B
Plaintext
Raw Normal View History

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