summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/java/reflow_fold_regex.txt
blob: 9a24626f6d483a40b69eb7630a5b3c0a52ce395e (plain)
1
2
3
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]"