Skip to content

Commit c863384

Browse files
committed
Update .clang-format
1 parent 7499302 commit c863384

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.clang-format

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# BasedOnStyle: LLVM
2+
# (LLVM, Google, Chromium, Mozilla, Webkit)
3+
4+
## This is the default VS Code formatting
15
BasedOnStyle: LLVM
26
UseTab: Never
37
IndentWidth: 4
@@ -9,17 +13,3 @@ ColumnLimit: 0
913
AccessModifierOffset: -4
1014
NamespaceIndentation: All
1115
FixNamespaceComments: false
12-
# style - LLVM, Google, Chromium, Mozilla, Webkit
13-
14-
## This is the default VS Code formatting
15-
# BasedOnStyle: LLVM
16-
# UseTab: Never
17-
# IndentWidth: 4
18-
# TabWidth: 4
19-
# BreakBeforeBraces: Allman
20-
# AllowShortIfStatementsOnASingleLine: false
21-
# IndentCaseLabels: false
22-
# ColumnLimit: 0
23-
# AccessModifierOffset: -4
24-
# NamespaceIndentation: All
25-
# FixNamespaceComments: false

0 commit comments

Comments
 (0)