Skip to content

Commit 53d93a3

Browse files
lucascolleysteppi
authored andcommitted
STY: adjust clang-format config
1 parent 448fa80 commit 53d93a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.clang-format

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
BasedOnStyle: LLVM
2-
Standard: Cpp11
2+
Standard: c++17
33
UseTab: Never
44
IndentWidth: 4
55
BreakBeforeBraces: Attach
66
Cpp11BracedListStyle: true
77
NamespaceIndentation: Inner
88
AlwaysBreakTemplateDeclarations: true
9-
SpaceAfterCStyleCast: true
9+
SpaceAfterCStyleCast: false
1010
ColumnLimit: 120
1111
InsertNewlineAtEOF: true
1212
AlignAfterOpenBracket: BlockIndent
13+
IncludeBlocks: Preserve

0 commit comments

Comments
 (0)