diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/java/reflow_fold_regex.txt')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/java/reflow_fold_regex.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/java/reflow_fold_regex.txt b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/java/reflow_fold_regex.txt new file mode 100644 index 00000000..9a24626f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/java/reflow_fold_regex.txt @@ -0,0 +1,4 @@ +end_of_prev_line_regex[0] = "(?:[\w,\]\)]|\.\.\.|;|\})$" +beg_of_next_line_regex[0] = "^(?:[\w,\[\(]|\.\.\.|\{)" +end_of_prev_line_regex[1] = "[^\.]\.$" +beg_of_next_line_regex[1] = "^[A-Z]"
\ No newline at end of file |