aboutsummaryrefslogtreecommitdiff
path: root/uncrustify
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-13 21:09:41 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-13 21:27:03 +0200
commit338c95de4190065149ddc995e5404d335c05f432 (patch)
tree2f7dbfb7b4fb274071fb5a2992de27703ac61960 /uncrustify
parent557fbe2cc32f3ff6d8c2c0c8aa272f7b55f45618 (diff)
downloadlibbrandt-338c95de4190065149ddc995e5404d335c05f432.tar.gz
libbrandt-338c95de4190065149ddc995e5404d335c05f432.zip
coding style
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
1154 1154
1155# The minimum number of newlines before a multi-line comment. 1155# The minimum number of newlines before a multi-line comment.
1156# Doesn't apply if after a brace open or another multi-line comment. 1156# Doesn't apply if after a brace open or another multi-line comment.
1157nl_before_block_comment = 0 # number 1157nl_before_block_comment = 1 # number
1158 1158
1159# The minimum number of newlines before a single-line C comment. 1159# The minimum number of newlines before a single-line C comment.
1160# Doesn't apply if after a brace open or other single-line C comments. 1160# 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
1320cmt_cpp_nl_end = false # false/true 1320cmt_cpp_nl_end = false # false/true
1321 1321
1322# Whether to change cpp-comments into c-comments 1322# Whether to change cpp-comments into c-comments
1323cmt_cpp_to_c = true # false/true 1323cmt_cpp_to_c = false # false/true
1324 1324
1325# Whether to put a star on subsequent comment lines 1325# Whether to put a star on subsequent comment lines
1326cmt_star_cont = true # false/true 1326cmt_star_cont = true # false/true