From 6ffccb15631d054718fbffa0c904da8018c5252e Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Mon, 24 Dec 2018 12:17:30 +0100 Subject: Standard: Cpp11 Fixes formatting of UTF-8 literals (u8"...") --- _clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3