comparison TOOLS/mp-uncrustify-style.cfg @ 37174:6c941fe7fc3e

Align backslashes followed by a newline (line continuation). Do so when the statement spans over multiple lines.
author ib
date Sun, 07 Sep 2014 22:22:50 +0000
parents 22355747d51f
children
comparison
equal deleted inserted replaced
37173:885a91949d89 37174:6c941fe7fc3e
737 # The span for aligning ObjC msg spec (0=don't align) 737 # The span for aligning ObjC msg spec (0=don't align)
738 align_oc_msg_spec_span = 0 # number 738 align_oc_msg_spec_span = 0 # number
739 739
740 # Whether to align macros wrapped with a backslash and a newline. 740 # Whether to align macros wrapped with a backslash and a newline.
741 # This will not work right if the macro contains a multi-line comment. 741 # This will not work right if the macro contains a multi-line comment.
742 align_nl_cont = false # false/true 742 align_nl_cont = true # false/true
743 743
744 # The minimum space between label and value of a preprocessor define 744 # The minimum space between label and value of a preprocessor define
745 align_pp_define_gap = 0 # number 745 align_pp_define_gap = 0 # number
746 746
747 # The span for aligning on '#define' bodies (0=don't align) 747 # The span for aligning on '#define' bodies (0=don't align)