# HG changeset patch # User ib # Date 1410128570 0 # Node ID 6c941fe7fc3e5226034ca15fc030aba7dd97d02c # Parent 885a91949d89a9d5091fb454ad094fdd9c04957e Align backslashes followed by a newline (line continuation). Do so when the statement spans over multiple lines. diff -r 885a91949d89 -r 6c941fe7fc3e TOOLS/mp-uncrustify-style.cfg --- a/TOOLS/mp-uncrustify-style.cfg Sun Sep 07 22:08:10 2014 +0000 +++ b/TOOLS/mp-uncrustify-style.cfg Sun Sep 07 22:22:50 2014 +0000 @@ -739,7 +739,7 @@ # Whether to align macros wrapped with a backslash and a newline. # This will not work right if the macro contains a multi-line comment. -align_nl_cont = false # false/true +align_nl_cont = true # false/true # The minimum space between label and value of a preprocessor define align_pp_define_gap = 0 # number