[MPlayer-cvslog] r37270 - trunk/TOOLS/mp-uncrustify-style.cfg
ib
subversion at mplayerhq.hu
Mon Sep 8 00:22:50 CEST 2014
Author: ib
Date: Mon Sep 8 00:22:50 2014
New Revision: 37270
Log:
Align backslashes followed by a newline (line continuation).
Do so when the statement spans over multiple lines.
Modified:
trunk/TOOLS/mp-uncrustify-style.cfg
Modified: trunk/TOOLS/mp-uncrustify-style.cfg
==============================================================================
--- trunk/TOOLS/mp-uncrustify-style.cfg Mon Sep 8 00:08:10 2014 (r37269)
+++ trunk/TOOLS/mp-uncrustify-style.cfg Mon Sep 8 00:22:50 2014 (r37270)
@@ -739,7 +739,7 @@ align_oc_msg_spec_span
# 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
More information about the MPlayer-cvslog
mailing list