Fixed wrong default setting: no space before type colon.

This commit is contained in:
Alexander.Podkhalyuzin
2012-05-23 14:24:52 +04:00
parent f58d0193eb
commit ca902799b6
@@ -25,7 +25,7 @@ public class JetCodeStyleSettings extends CustomCodeStyleSettings {
public boolean SPACE_AROUND_RANGE = false;
public boolean SPACE_BEFORE_TYPE_COLON = true;
public boolean SPACE_BEFORE_TYPE_COLON = false;
public boolean SPACE_AFTER_TYPE_COLON = true;
public static JetCodeStyleSettings getInstance(Project project) {