summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/enum.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/enum.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/enum.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/enum.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/enum.cfg
new file mode 100644
index 00000000..b39c0840
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/enum.cfg
@@ -0,0 +1,12 @@
+sp_enum_assign = force
+sp_enum_colon = force
+indent_columns = 3
+nl_enum_brace = force
+nl_enum_class = remove
+nl_enum_class_identifier = remove
+nl_enum_identifier_colon = remove
+nl_enum_colon_type = remove
+nl_max = 3
+pos_enum_comma = trail_force
+align_enum_equ_span = 4
+align_right_cmt_span = 3 \ No newline at end of file