summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-01 12:38:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-01 12:38:43 +0900
commitb67b7f2b784c7105e88a5e639d9d84736ae2cbc1 (patch)
tree0fd16d439c681c07d57d7f0d544c7582e04c3a31 /debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg
parentc0a6f1b84c84749908961579b84513fd9f9d9eac (diff)
downloadextra-dependencies-b67b7f2b784c7105e88a5e639d9d84736ae2cbc1.tar.gz
extra-dependencies-b67b7f2b784c7105e88a5e639d9d84736ae2cbc1.zip
uncrustify-trinity: updated based on upstream version 0.78.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg
new file mode 100644
index 00000000..c0495a4b
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/nl_func_decl_2.cfg
@@ -0,0 +1,23 @@
+nl_func_paren = force
+nl_func_def_paren = remove
+nl_func_decl_start = force
+nl_func_def_start = remove
+nl_func_decl_args = force
+nl_func_def_args = remove
+nl_func_decl_end = force
+nl_func_def_end = remove
+nl_func_decl_empty = force
+nl_func_def_empty = remove
+nl_inside_empty_func = 5
+nl_max_blank_in_func = 3 # this option limits nl_inside_empty_func to 3
+
+# a few more options to make the output pretty
+sp_after_comma = force
+sp_inside_fparen = force
+align_func_params = true
+
+# test nl_inside_empty_func option with code width constraints and
+# 'eat_blanks_before_close_brace' and 'eat_blanks_after_open_brace' set to true
+eat_blanks_after_open_brace = true
+eat_blanks_before_close_brace = true
+code_width = 25 \ No newline at end of file