Reformat code should not align comments (KT-4175)

#KT-4175 In Progress
This commit is contained in:
Nikolay Krasko
2016-03-09 16:21:05 +03:00
parent 334c6ba71a
commit 6193987d0d
19 changed files with 278 additions and 13 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ class A {
}
}
fun foo() {
// abc
fun foo() { // abc
object B
}