diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-13 21:09:41 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-13 21:27:03 +0200 |
commit | 338c95de4190065149ddc995e5404d335c05f432 (patch) | |
tree | 2f7dbfb7b4fb274071fb5a2992de27703ac61960 /uncrustify/conf | |
parent | 557fbe2cc32f3ff6d8c2c0c8aa272f7b55f45618 (diff) |
coding style
Diffstat (limited to 'uncrustify/conf')
-rw-r--r-- | uncrustify/conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uncrustify/conf b/uncrustify/conf index 2a2b39a..8a04ef8 100644 --- a/uncrustify/conf +++ b/uncrustify/conf @@ -1154,7 +1154,7 @@ nl_after_func_body_one_liner = 0 # number # The minimum number of newlines before a multi-line comment. # Doesn't apply if after a brace open or another multi-line comment. -nl_before_block_comment = 0 # number +nl_before_block_comment = 1 # number # The minimum number of newlines before a single-line C comment. # Doesn't apply if after a brace open or other single-line C comments. @@ -1320,7 +1320,7 @@ cmt_cpp_nl_start = false # false/true cmt_cpp_nl_end = false # false/true # Whether to change cpp-comments into c-comments -cmt_cpp_to_c = true # false/true +cmt_cpp_to_c = false # false/true # Whether to put a star on subsequent comment lines cmt_star_cont = true # false/true |