diff options
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 4f679309..dac1eef4 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ --- Language: Cpp BasedOnStyle: LLVM +Standard: Cpp03 ... |