mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
20 lines
443 B
YAML
20 lines
443 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
AccessModifierOffset: -4
|
|
Standard: c++17
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
AlignAfterOpenBracket: Align
|
|
BinPackParameters: false
|
|
AlignEscapedNewlines: Left
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
PackConstructorInitializers: Never
|
|
BreakConstructorInitializersBeforeComma: false
|
|
IndentPPDirectives: BeforeHash
|
|
SortIncludes: CaseInsensitive
|
|
...
|
|
|