mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
updated .clang-format
This commit is contained in:
parent
95c226e9c9
commit
7f535d184e
@ -6,12 +6,13 @@ Standard: c++17
|
|||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
ColumnLimit: 120
|
ColumnLimit: 100
|
||||||
AlignAfterOpenBracket: Align
|
AlignAfterOpenBracket: Align
|
||||||
BinPackParameters: false
|
BinPackParameters: false
|
||||||
AlignEscapedNewlines: Left
|
AlignEscapedNewlines: Left
|
||||||
AlwaysBreakTemplateDeclarations: Yes
|
AlwaysBreakTemplateDeclarations: Yes
|
||||||
PackConstructorInitializers: Never
|
PackConstructorInitializers: Never
|
||||||
|
BreakConstructorInitializersBeforeComma: true
|
||||||
IndentPPDirectives: BeforeHash
|
IndentPPDirectives: BeforeHash
|
||||||
SortIncludes: Never
|
SortIncludes: Never
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user