diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/STUCK_macro-difficulties.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/STUCK_macro-difficulties.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/STUCK_macro-difficulties.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/STUCK_macro-difficulties.cfg new file mode 100644 index 00000000..c7ce0fd8 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/STUCK_macro-difficulties.cfg @@ -0,0 +1,6 @@ +sp_pp_concat = ignore + +# try to get rid of the need for this. though is it really possible without uncrustify processing #includes itself? +# it would have no way otherwise of knowing that 'inline' suddenly is no longer a keyword. really need to add the ability +# to set this inline in the file that is hitting the trouble instead. +set WORD inline |