diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/lineEndings-to-Mac.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/lineEndings-to-Mac.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/lineEndings-to-Mac.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/lineEndings-to-Mac.cfg new file mode 100644 index 00000000..d8b41944 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/lineEndings-to-Mac.cfg @@ -0,0 +1,10 @@ +indent_columns = 3 +indent_with_tabs = 0 + +# The span for aligning on '=' in assignments (0=don't align) +align_assign_span = 2 + + +# The type of line endings. Default=Auto. +# Newlines Unix|Newlines Win|Newlines Mac|Newlines Auto +newlines = cr |