diff options
author | Michele Calgaro <[email protected]> | 2024-11-18 22:24:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-18 22:24:33 +0900 |
commit | 3b0c3b8206964b85bf3716c962d26dd15c4f285f (patch) | |
tree | 2f0973dbf96c2892d19a55b6f846f130e7399a48 /debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg | |
parent | ff287d2f48d4f4253bf84f19bd7fe937b61ede45 (diff) | |
download | extra-dependencies-master.tar.gz extra-dependencies-master.zip |
It is no longer necessary to maintain a customize trinity version.
Upstream version can be used as is.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg deleted file mode 100644 index 77619e74..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_3448.cfg +++ /dev/null @@ -1,22 +0,0 @@ -indent_with_tabs = 0 -indent_columns = 4 -indent_continue = 4 -indent_class = true -indent_class_colon = true -indent_class_on_colon = true -indent_constr_colon = true -indent_ctor_init_leading = 0 -indent_ctor_init_following = 0 -indent_ctor_init = -4 -indent_access_spec = -4 -indent_before_class_colon = -4 -nl_class_brace = true -nl_class_init_args = force -nl_class_colon = force -nl_constr_init_args = force -nl_constr_colon = force -pos_class_colon = lead_force -pos_class_comma = lead_force -pos_constr_colon = lead_force -pos_constr_comma = lead_force -nl_collapse_empty_body = true |