Option to use continuation indent in parameter lists

This commit is contained in:
Dmitry Jemerov
2017-06-12 17:20:55 +02:00
parent a4916a3c00
commit f4c75e61ad
9 changed files with 123 additions and 14 deletions
@@ -0,0 +1,6 @@
fun foo(
x: Int
) {
}
// SET_TRUE: CONTINUATION_INDENT_IN_PARAMETER_LISTS
@@ -0,0 +1,6 @@
fun foo(
x: Int
) {
}
// SET_TRUE: CONTINUATION_INDENT_IN_PARAMETER_LISTS
@@ -0,0 +1,6 @@
fun foo(
x: Int
) {
}
// SET_TRUE: CONTINUATION_INDENT_IN_PARAMETER_LISTS