From 98049e6cf995cc3e896a8e9dcc5706e6cc945ff4 Mon Sep 17 00:00:00 2001 From: Ilia Udalov Date: Fri, 17 Feb 2017 21:37:10 +0300 Subject: [PATCH] Git rid from unsupported options --- .clang-format | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.clang-format b/.clang-format index 3177ab8..23f0d05 100644 --- a/.clang-format +++ b/.clang-format @@ -36,7 +36,6 @@ BreakBeforeBinaryOperators: None BreakBeforeBraces: Attach BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: true -BreakStringLiterals: true ColumnLimit: 120 ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 8 @@ -53,12 +52,9 @@ IncludeCategories: Priority: 3 - Regex: '.*' Priority: 1 -IncludeIsMainRegex: '$' IndentCaseLabels: true IndentWidth: 4 IndentWrappedFunctionNames: false -JavaScriptQuotes: Leave -JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: true MacroBlockBegin: '' MacroBlockEnd: '' @@ -77,7 +73,6 @@ PointerAlignment: Left ReflowComments: true SortIncludes: false SpaceAfterCStyleCast: false -SpaceAfterTemplateKeyword: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: false