You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/.clang-format

18 lines
368 B
Plaintext

8 years ago
---
Language: Cpp
# BasedOnStyle: Google
8 years ago
AccessModifierOffset: -4
Standard: c++17
8 years ago
IndentWidth: 4
TabWidth: 4
8 years ago
UseTab: Never
ColumnLimit: 120
AlignAfterOpenBracket: Align
BinPackParameters: false
AlignEscapedNewlines: Left
AlwaysBreakTemplateDeclarations: Yes
PackConstructorInitializers: Never
IndentPPDirectives: BeforeHash
8 years ago
...