diff --git a/plugins/toml/backend/resources/intellij.toml.backend.xml b/plugins/toml/backend/resources/intellij.toml.backend.xml index 2ca0bb2099e6..2694f058a4f5 100644 --- a/plugins/toml/backend/resources/intellij.toml.backend.xml +++ b/plugins/toml/backend/resources/intellij.toml.backend.xml @@ -32,5 +32,7 @@ org.toml.ide.intentions.TomlExpandInlineTableIntention intention.category.toml + + \ No newline at end of file diff --git a/plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlFrontendCodeStyleSettingsSynchronizer.kt b/plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlCodeStyleSettingsSynchronizer.kt similarity index 100% rename from plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlFrontendCodeStyleSettingsSynchronizer.kt rename to plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlCodeStyleSettingsSynchronizer.kt diff --git a/plugins/toml/core/src/main/resources/intellij.toml.core.xml b/plugins/toml/core/src/main/resources/intellij.toml.core.xml index 29192e2c37c5..cfd51f002c77 100644 --- a/plugins/toml/core/src/main/resources/intellij.toml.core.xml +++ b/plugins/toml/core/src/main/resources/intellij.toml.core.xml @@ -17,9 +17,6 @@ - - -