1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Don't wrap braces after control statements.

This commit is contained in:
tamasmeszaros
2019-05-28 15:29:06 +02:00
parent cdf85a9058
commit 9c46eed742
+1 -1
View File
@@ -23,7 +23,7 @@ BinPackArguments: false
BinPackParameters: false
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterNamespace: false