+ 针对支持 EditorConfig 的 IDE 增加了代码风格规约配置文件
This commit is contained in:
parent
d46676609c
commit
b07fe372a0
|
@ -0,0 +1,11 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
tab_width = 2
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = off
|
Loading…
Reference in New Issue