X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=clang-format%2F.clang-format;h=2c6edf9ccb2171acb2eea8dc72ed694822b38f43;hp=1da345a989da8fff0c800e197d6bb7ebe79c04e7;hb=4155c1734c93f84844d7e10d7b124ee16790106f;hpb=eda9921184a479f6c3df168202ec718fbef8cd05 diff --git a/clang-format/.clang-format b/clang-format/.clang-format index 1da345a..2c6edf9 100644 --- a/clang-format/.clang-format +++ b/clang-format/.clang-format @@ -10,3 +10,7 @@ BinPackArguments: false BinPackParameters: false BreakBeforeTernaryOperators: false BreakStringLiterals: false + +BreakBeforeBraces: Custom +BraceWrapping: + AfterFunction: true