Browse Source

fix .clang-format invalid value

pull/10/head
heck 4 years ago
parent
commit
2d24242010
  1. 2
      .clang-format

2
.clang-format

@ -2,7 +2,7 @@ BasedOnStyle: LLVM
Language: Cpp Language: Cpp
Standard: c++11 Standard: c++11
DerivePointerAlignment: true DerivePointerAlignment: true
SortIncludes: false SortIncludes: Never
ReflowComments: false ReflowComments: false
PointerAlignment: Left PointerAlignment: Left
AlignAfterOpenBracket: AlwaysBreak AlignAfterOpenBracket: AlwaysBreak

Loading…
Cancel
Save