spacedvoid
Results
1
issues of
spacedvoid
> What steps will reproduce the issue? Create an [IDE Kotlin script](https://www.jetbrains.com/help/idea/ide-scripting-console.html) as below: ```kotlin import com.intellij.openapi.diagnostic.Logger import com.intellij.openapi.project.Project import com.intellij.openapi.project.ProjectManager import com.intellij.psi.PsiFile import com.intellij.psi.codeStyle.CodeStyleManager class ReformatListener(private val project: Project)...
Patch Welcomed