X-Git-Url: http://plrg.eecs.uci.edu/git/?p=junction.git;a=blobdiff_plain;f=.clang-format;h=9cc8045d3bf4a345877ce97fbe3ad4e6bd1689c9;hp=be640a0f1c959e387abf1b56b536979f9186024c;hb=d8d5218d427eef49eb917e0fb3a17d6ea21715b4;hpb=673a618f0fa0da41cf25897d40edbb0293b4765d 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