spdlog/.clang-format

19 lines
391 B
Plaintext
Raw Normal View History

2018-03-09 20:29:20 +08:00
---
Language: Cpp
2023-09-25 07:37:17 +08:00
# BasedOnStyle: Google
2018-03-09 20:29:20 +08:00
AccessModifierOffset: -4
2023-09-25 07:37:17 +08:00
Standard: c++17
2018-03-09 20:29:20 +08:00
IndentWidth: 4
2023-09-25 07:37:17 +08:00
TabWidth: 4
2018-03-09 20:29:20 +08:00
UseTab: Never
2023-09-25 07:37:17 +08:00
ColumnLimit: 120
AlignAfterOpenBracket: Align
BinPackParameters: false
AlignEscapedNewlines: Left
AlwaysBreakTemplateDeclarations: Yes
PackConstructorInitializers: Never
IndentPPDirectives: BeforeHash
2023-09-25 10:03:54 +08:00
SortIncludes: Never
2018-03-09 20:29:20 +08:00
...