From bfd8a0068cef321487b1f059dd11fe87d23f3f9d Mon Sep 17 00:00:00 2001 From: Him188 Date: Sun, 4 Apr 2021 19:30:17 +0800 Subject: [PATCH] Fix template name --- .../resources/fileTemplates/j2ee/Gradle gradle.properties.ft | 1 + .../{gradle.properties.html => Gradle gradle.properties.html} | 0 .../resources/fileTemplates/j2ee/gradle.properties.ft | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tools/intellij-plugin/resources/fileTemplates/j2ee/Gradle gradle.properties.ft rename tools/intellij-plugin/resources/fileTemplates/j2ee/{gradle.properties.html => Gradle gradle.properties.html} (100%) delete mode 100644 tools/intellij-plugin/resources/fileTemplates/j2ee/gradle.properties.ft diff --git a/tools/intellij-plugin/resources/fileTemplates/j2ee/Gradle gradle.properties.ft b/tools/intellij-plugin/resources/fileTemplates/j2ee/Gradle gradle.properties.ft new file mode 100644 index 000000000..29e08e8ca --- /dev/null +++ b/tools/intellij-plugin/resources/fileTemplates/j2ee/Gradle gradle.properties.ft @@ -0,0 +1 @@ +kotlin.code.style=official \ No newline at end of file diff --git a/tools/intellij-plugin/resources/fileTemplates/j2ee/gradle.properties.html b/tools/intellij-plugin/resources/fileTemplates/j2ee/Gradle gradle.properties.html similarity index 100% rename from tools/intellij-plugin/resources/fileTemplates/j2ee/gradle.properties.html rename to tools/intellij-plugin/resources/fileTemplates/j2ee/Gradle gradle.properties.html diff --git a/tools/intellij-plugin/resources/fileTemplates/j2ee/gradle.properties.ft b/tools/intellij-plugin/resources/fileTemplates/j2ee/gradle.properties.ft deleted file mode 100644 index 7fc6f1ff2..000000000 --- a/tools/intellij-plugin/resources/fileTemplates/j2ee/gradle.properties.ft +++ /dev/null @@ -1 +0,0 @@ -kotlin.code.style=official