# HG changeset patch # User cboesch # Date 1304594013 0 # Node ID 97eb01954e60ab8b2f11441add8f2a2c1a9b0ee1 # Parent 3105428bb2aed135f4023f0d80170a52a301a8b7 Do not prefer '// A' over '//A' in uncrustify profile. This tends to break Doxygen comments. diff -r 3105428bb2ae -r 97eb01954e60 TOOLS/mp-uncrustify-style.cfg --- 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