Browse Source

C++ standard pEp-Wide back to C++11

LIB-12
heck 4 years ago
parent
commit
122d16c376
  1. 2
      .clang-format

2
.clang-format

@ -1,6 +1,6 @@
BasedOnStyle: LLVM BasedOnStyle: LLVM
Language: Cpp Language: Cpp
Standard: c++14 Standard: c++11
DerivePointerAlignment: true DerivePointerAlignment: true
SortIncludes: false SortIncludes: false
ReflowComments: false ReflowComments: false

Loading…
Cancel
Save