When I reformat code using the 1.2.20-eap-33-IJ201...
# intellij
g
When I reformat code using the 1.2.20-eap-33-IJ2017.3-1 plugin and the “Kotlin style guide” this code:
Copy code
if (true)
System.err.println("true")
becomes
Copy code
if (true
)
System.err.println("true")
Seems to be a bug no? But I don’t find it on youtrack.
s