Add language to formatting blocks to fetch indent settings propertly

This commit is contained in:
Nikolay Krasko
2017-05-22 14:05:12 +03:00
parent 8f964978da
commit d717da5413
2 changed files with 7 additions and 4 deletions
@@ -20,7 +20,7 @@ import com.intellij.lang.Language;
import org.jetbrains.annotations.NotNull;
public class KotlinLanguage extends Language {
public static final KotlinLanguage INSTANCE = new KotlinLanguage();
@NotNull public static final KotlinLanguage INSTANCE = new KotlinLanguage();
public static final String NAME = "Kotlin";
private KotlinLanguage() {