Skip to content

Commit 347dbcb

Browse files
authored
Change standard clang format to Cpp14 (#340)
1 parent 29588be commit 347dbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BasedOnStyle: LLVM
22

33
Language: Cpp
4-
Standard: Cpp11
4+
Standard: Cpp14
55
PointerAlignment: Left
66

77
IncludeCategories:
@@ -14,4 +14,4 @@ IncludeCategories:
1414
- Regex: '^"llvm/'
1515
Priority: 40
1616
- Regex: '^<'
17-
Priority: 50
17+
Priority: 50

0 commit comments

Comments
 (0)