TrailingCommaPostFormatProcessor: add language feature check

#KT-34744
This commit is contained in:
Dmitry Gridin
2020-01-10 15:23:51 +07:00
parent 9511348497
commit c27bf051d5
2 changed files with 20 additions and 2 deletions
@@ -120,6 +120,10 @@
description="Use IDEA project import mechanics to load Kotlin Gradle scripts configuration"
defaultValue="false"
restartRequired="false"/>
<registryKey key="kotlin.formatter.allowTrailingCommaInAnyProject"
description="Allow a trailing comma regardless of plugin version"
defaultValue="false"
restartRequired="false"/>
<fileEditorProvider implementation="org.jetbrains.kotlin.idea.scratch.ui.KtScratchFileEditorProvider"/>
<registryKey key="kotlin.experimental.project.wizard"