From fc23b8cf80cdb4e48669a0583d69bbcb555bf15e Mon Sep 17 00:00:00 2001 From: "LAPTOP-R2AR8CRT\\filip" Date: Tue, 2 Feb 2021 16:44:25 +0100 Subject: [PATCH] Fix for VS formater --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 6b68254ec0..440c89ec57 100644 --- a/.clang-format +++ b/.clang-format @@ -77,7 +77,7 @@ IndentWidth: 4 IndentWrappedFunctionNames: false JavaScriptQuotes: Leave JavaScriptWrapImports: true -KeepLineBreaksForNonEmptyLines: false +#KeepLineBreaksForNonEmptyLines: false KeepEmptyLinesAtTheStartOfBlocks: false MacroBlockBegin: '' MacroBlockEnd: ''