Create .editorconfig

This commit is contained in:
10sa
2023-05-19 22:30:49 +09:00
parent f2c30d974d
commit 211649798a

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js, conf, json}]
charset = utf-8
indent_style = tab
indent_size = 4