Browse Source

chore: 统一编辑器配置

pull/45/head
ChenZhoYu 1 year ago
parent
commit
9f3ef20b65
  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