]> git.armaanb.net Git - chorizo.git/blobdiff - .clang-format
draft 8
[chorizo.git] / .clang-format
index c33ab1db23c924525437b482894c089127eb41d3..15fa30088b02391db96d076b299bf885d4fe7fdc 100644 (file)
@@ -63,7 +63,7 @@ IndentWidth: 8
 IndentWrappedFunctionNames: false
 JavaScriptQuotes: Leave
 JavaScriptWrapImports: true
-KeepEmptyLinesAtTheStartOfBlocks: false
+KeepEmptyLinesAtTheStartOfBlocks: true
 MacroBlockBegin: ''
 MacroBlockEnd: ''
 
@@ -76,8 +76,8 @@ PenaltyExcessCharacter: 100
 PenaltyReturnTypeOnItsOwnLine: 60
 
 PointerAlignment: Right
-ReflowComments: false
-SortIncludes: true
+ReflowComments: true
+SortIncludes: false
 SortUsingDeclarations: true # Unknown to clang-format-4.0
 SpaceAfterCStyleCast: false
 SpaceAfterTemplateKeyword: true