Skip to content

Commit

Permalink
.clang-format: do not use bleeding edge keys
Browse files Browse the repository at this point in the history
  • Loading branch information
juha-h committed Nov 27, 2017
1 parent 5295a4f commit f8d0a39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .clang-format
Expand Up @@ -36,8 +36,6 @@ BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Mozilla
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Expand All @@ -55,12 +53,9 @@ IncludeCategories:
Priority: 3
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '$'
IndentCaseLabels: true
IndentWidth: 4
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''
Expand Down

0 comments on commit f8d0a39

Please sign in to comment.