X-Git-Url: http://plrg.eecs.uci.edu/git/?p=junction.git;a=blobdiff_plain;f=.clang-format;h=9cc8045d3bf4a345877ce97fbe3ad4e6bd1689c9;hp=be640a0f1c959e387abf1b56b536979f9186024c;hb=70b651510a32915a5adeb94ff9b7cfbac6380609;hpb=673a618f0fa0da41cf25897d40edbb0293b4765d;ds=inline diff --git a/.clang-format b/.clang-format index be640a0..9cc8045 100644 --- a/.clang-format +++ b/.clang-format @@ -7,3 +7,4 @@ DerivePointerAlignment: false PointerAlignment: Left SpaceAfterCStyleCast: true AllowShortFunctionsOnASingleLine: None +AlwaysBreakTemplateDeclarations: true