Skip to content

Commit

Permalink
修复了 登录失败 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
azIel820A committed Feb 25, 2025
1 parent 78dea1e commit a0ab36a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# http://editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf

[*.bat]
indent_style = tab
end_of_line = crlf

[LICENSE]
insert_final_newline = false

[Makefile]
indent_style = tab

0 comments on commit a0ab36a

Please sign in to comment.