Make local file indent feature work for Kotlin files

Revert "Add language to formatting blocks to fetch indent settings propertly"
This reverts commit d717da5
This commit is contained in:
Nikolay Krasko
2017-09-05 12:34:30 +03:00
parent e01371b231
commit 80ffc5cd41
2 changed files with 4 additions and 7 deletions
@@ -20,7 +20,7 @@ import com.intellij.lang.Language;
import org.jetbrains.annotations.NotNull;
public class KotlinLanguage extends Language {
@NotNull public static final KotlinLanguage INSTANCE = new KotlinLanguage();
public static final KotlinLanguage INSTANCE = new KotlinLanguage();
public static final String NAME = "Kotlin";
private KotlinLanguage() {