chore: add editorconfig (#89)

This commit is contained in:
septs 2024-05-10 12:27:23 +08:00 committed by GitHub
parent e19e5ee3f9
commit f521c455dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_size = 2