Browse Source

Merge pull request #45 from Chanzhaoyu/config

chore: 统一编辑器配置
pull/48/head
Zyronon 1 year ago committed by GitHub
parent
commit
3bc00652af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      .editorconfig

11
.editorconfig

@ -0,0 +1,11 @@ @@ -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
Loading…
Cancel
Save