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