Merge pull request #45 from Chanzhaoyu/config

chore: 统一编辑器配置
This commit is contained in:
Zyronon 2024-04-02 13:55:20 +08:00 committed by GitHub
commit 3bc00652af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true