Fixed wrong default setting: no space before type colon.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user