Skip to content

Commit 7d843a8

Browse files
committed
Set namespace indentation to none.
1 parent d92e0fe commit 7d843a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.clang-format

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
BasedOnStyle: WebKit
32
Language: Cpp
43
Standard: Cpp11
@@ -27,6 +26,6 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
2726
Cpp11BracedListStyle: true
2827
IndentCaseLabels: true
2928
KeepEmptyLinesAtTheStartOfBlocks: false
30-
NamespaceIndentation: All
29+
NamespaceIndentation: None
3130
PenaltyReturnTypeOnItsOwnLine: 1000
32-
SpaceAfterTemplateKeyword: false
31+
SpaceAfterTemplateKeyword: false

0 commit comments

Comments
 (0)