- Formatter parameter alignment
- Change formatter testing framework - Activate "Wrapping and Braces" tab
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
someTestLong(12,
|
||||
13)
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_PARAMETERS_IN_CALLS
|
||||
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
someTestLong(12,
|
||||
13)
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_PARAMETERS_IN_CALLS
|
||||
@@ -0,0 +1,3 @@
|
||||
fun test(a : Int,
|
||||
b : Int) {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun test(a : Int,
|
||||
b : Int) {
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
fun someLong(a : Int
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
fun someLong(a : Int
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
fun someLong(a : Int
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
Reference in New Issue
Block a user