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
Language: Cpp
Standard: c++14
Standard: c++11
DerivePointerAlignment: true
SortIncludes: false
ReflowComments: false

Loading…
Cancel
Save