diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-force.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-force.cfg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-force.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-force.cfg deleted file mode 100644 index 4feac69a..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/op-space-force.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# Forces a space after an operator -sp_before_byref = remove -sp_before_byref_func = remove -sp_after_byref = force -sp_after_operator = force -sp_after_operator_sym = force -indent_columns = 3 -indent_class = true -align_right_cmt_span = 2 |