Changed clang-format to remove newline at beggening of block.

master
Pedro Alvarez 4 years ago committed by Andre Puschmann
parent cc750d96ee
commit cb32cb4ed7

@ -75,7 +75,7 @@ IndentWidth: 2
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: true
KeepEmptyLinesAtTheStartOfBlocks: false
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1

Loading…
Cancel
Save