0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-05 06:38:48 +00:00
OI-codes/.clang-format

13 lines
311 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-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-19 08:58:26 +00:00
PointerAlignment: Right