Files
kotlin-fork/idea/testData/formatter/RightBracketOnNewLine.kt
T
Nikolay Krasko cc449bcdd8 - Formatter parameter alignment
- Change formatter testing framework
- Activate "Wrapping and Braces" tab
2012-03-30 19:23:16 +04:00

7 lines
88 B
Kotlin

class Test {
fun someLong(a : Int
) {
}
}
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS