about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index b28d3656..69f05826 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,4 +1,4 @@
 ---
-BasedOnStyle:  LLVM
-Standard: Cpp11
+BasedOnStyle: LLVM
+Standard: c++17
 ...