提交 ca902799 编写于 作者: A Alexander.Podkhalyuzin

Fixed wrong default setting: no space before type colon.

上级 f58d0193
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册