+ 增加了针对 IntelliJ 系列 IDE 的额外配置
This commit is contained in:
parent
b07fe372a0
commit
f114cd78bf
|
@ -1,6 +1,7 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
# EditorConfig 标准配置项
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
@ -9,3 +10,8 @@ insert_final_newline = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
max_line_length = off
|
max_line_length = off
|
||||||
|
|
||||||
|
# IntelliJ 系列配置项
|
||||||
|
ij_any_space_before_colon = true
|
||||||
|
ij_any_space_after_colon = true
|
||||||
|
ij_javascript_use_double_quotes = false
|
||||||
|
|
Loading…
Reference in New Issue