Always add new line space with space before to deal with KEEP_FIRST_COLUMN_COMMENT option
InvertIfConditionIntention, RemoveBracesIntention tests are affected #KT-4175 In Progress
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package foo
|
||||
import foo
|
||||
import foo
|
||||
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
1 + 1
|
||||
println()
|
||||
println()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user