Add .editorconfig

This commit is contained in:
2022-03-10 20:31:56 +08:00
parent c8b542689c
commit 9492097e79

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
indent_style = space
indent_size = 2
insert_final_newline = false
trim_trailing_whitespace = true