- Formatter parameter alignment

- Change formatter testing framework
- Activate "Wrapping and Braces" tab
This commit is contained in:
Nikolay Krasko
2012-03-30 19:22:21 +04:00
parent d378e4bd06
commit cc449bcdd8
16 changed files with 484 additions and 241 deletions
@@ -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