[MPlayer-cvslog] r37613 - trunk/TOOLS/mp-uncrustify-style.cfg
ib
subversion at mplayerhq.hu
Thu Feb 4 14:40:25 CET 2016
Author: ib
Date: Thu Feb 4 14:40:25 2016
New Revision: 37613
Log:
Revert r33375.
Do prefer '// A' to '//A'.
Uncrustify 0.62 takes care of doxygen comments by option
sp_cmt_cpp_doxygen now (and sp_cmt_cpp_doxygen is OK with
its default value.)
Thus update required version of uncrustify to 0.62
(although no option newer than 0.57 appears).
Modified:
trunk/TOOLS/mp-uncrustify-style.cfg
Modified: trunk/TOOLS/mp-uncrustify-style.cfg
==============================================================================
--- trunk/TOOLS/mp-uncrustify-style.cfg Thu Feb 4 14:28:14 2016 (r37612)
+++ trunk/TOOLS/mp-uncrustify-style.cfg Thu Feb 4 14:40:25 2016 (r37613)
@@ -1,4 +1,4 @@
-# Uncrustify >= 0.57
+# Uncrustify >= 0.62
### MPlayer coding style
@@ -166,6 +166,9 @@ sp_cond_colon
# Add or remove space around the '?' in 'b ? t : f'
sp_cond_question = force # ignore/add/remove/force
+# Control the space after the opening of a C++ comment '// A' vs '//A'
+sp_cmt_cpp_start = force # ignore/add/remove/force
+
#
# Code alignment (not left column spaces/tabs)
#
More information about the MPlayer-cvslog
mailing list