add editorconfig

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-07-17 11:24:50 +08:00
父节点 274b9e3a0f
当前提交 57cde5455c
共有 1 个文件被更改,包括 8 次插入0 次删除

8
.editorconfig 普通文件
查看文件

@ -0,0 +1,8 @@
[*]
charset = utf-8
indent_style = tab
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true