comparison 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
comparison
equal deleted inserted replaced
33287:3105428bb2ae 33288:97eb01954e60
604 604
605 # Control the space around the D '..' operator. 605 # Control the space around the D '..' operator.
606 sp_range = ignore # ignore/add/remove/force 606 sp_range = ignore # ignore/add/remove/force
607 607
608 # Control the space after the opening of a C++ comment '// A' vs '//A' 608 # Control the space after the opening of a C++ comment '// A' vs '//A'
609 sp_cmt_cpp_start = force # ignore/add/remove/force 609 sp_cmt_cpp_start = ignore # ignore/add/remove/force
610 610
611 # Controls the spaces between #else or #endif and a trailing comment 611 # Controls the spaces between #else or #endif and a trailing comment
612 sp_endif_cmt = ignore # ignore/add/remove/force 612 sp_endif_cmt = ignore # ignore/add/remove/force
613 613
614 # 614 #