diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-right.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-right.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-right.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-right.cfg new file mode 100644 index 00000000..78c5806b --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/mod_int-shift-right.cfg @@ -0,0 +1,9 @@ +mod_int_short = remove +mod_short_int = add +mod_int_long = remove +mod_long_int = add +mod_int_signed = remove +mod_signed_int = add +mod_int_unsigned = remove +mod_unsigned_int = add +mod_int_prefer_int_on_left = false |