Mercurial > mplayer.hg
diff TOOLS/mp-uncrustify-style.cfg @ 33288:97eb01954e60
Do not prefer '// A' over '//A' in uncrustify profile.
This tends to break Doxygen comments.
author | cboesch |
---|---|
date | Thu, 05 May 2011 11:13:33 +0000 |
parents | a899bfef04c8 |
children | f753079e6b9b |
line wrap: on
line diff
--- a/TOOLS/mp-uncrustify-style.cfg Thu May 05 10:29:08 2011 +0000 +++ b/TOOLS/mp-uncrustify-style.cfg Thu May 05 11:13:33 2011 +0000 @@ -606,7 +606,7 @@ sp_range = ignore # 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 +sp_cmt_cpp_start = ignore # ignore/add/remove/force # Controls the spaces between #else or #endif and a trailing comment sp_endif_cmt = ignore # ignore/add/remove/force