about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--.clang-format1
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
 ...