Files
spdlog/.clang-format

18 lines
368 B
Plaintext
Raw Normal View History

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