+ 针对支持 EditorConfig 的 IDE 增加了代码风格规约配置文件

This commit is contained in:
Ayakura Yuki 2023-09-04 10:04:56 +08:00
parent d46676609c
commit b07fe372a0
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -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