diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-yes.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-yes.cfg | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-yes.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-yes.cfg deleted file mode 100644 index bc1d5584..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/doxy-comment-yes.cfg +++ /dev/null @@ -1,13 +0,0 @@ -sp_cmt_cpp_start = add -sp_cmt_cpp_doxygen = true -nl_start_of_file = add -nl_start_of_file_min = 5 -nl_end_of_file = add -nl_end_of_file_min = 2 -align_on_tabstop = true -align_var_def_span = 8 -align_var_def_gap = 8 -align_right_cmt_span = 16 -align_right_cmt_at_col = 64 - -cmt_cpp_to_c = true |