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

This commit is contained in:
Pedro Alvarez 2021-01-29 11:30:51 +00:00 committed by Andre Puschmann
parent cc750d96ee
commit cb32cb4ed7
1 changed files with 1 additions and 1 deletions

View File

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