summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-12-24 11:17:30 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-12-24 11:17:30 +0000
commit6ffccb15631d054718fbffa0c904da8018c5252e (patch)
tree2b79503a3b7f78dd6cb205da00d1e2cd59303821
parentrebase_hrefs: store IRI (UTF-8), not URI (ASCII) (diff)
downloadinkscape-6ffccb15631d054718fbffa0c904da8018c5252e.tar.gz
inkscape-6ffccb15631d054718fbffa0c904da8018c5252e.zip
Standard: Cpp11
Fixes formatting of UTF-8 literals (u8"...")
-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