add editorconfig

This commit is contained in:
2025-04-10 18:07:44 -07:00
parent 06a7f1bd51
commit 57c6ab0475
2 changed files with 10 additions and 3 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = tab
indent_size = 2
max_line_length = 100
quote_type = single
trim_trailing_whitespace = true