aboutsummaryrefslogtreecommitdiff
path: root/uncrustify
diff options
context:
space:
mode:
Diffstat (limited to 'uncrustify')
-rw-r--r--uncrustify/conf4
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