summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/_clang-format b/_clang-format
index 5f7e9ca8e..ce33080bd 100644
--- a/_clang-format
+++ b/_clang-format
@@ -35,7 +35,7 @@ PenaltyReturnTypeOnItsOwnLine: 60
PointerBindsToType: false
SpacesBeforeTrailingComments: 1
Cpp11BracedListStyle: false
-Standard: Cpp03
+Standard: Cpp11
IndentWidth: 4
TabWidth: 4
UseTab: Never