Merge pull request #343 from 10sa/editorconfig

Create .editorconfig
This commit is contained in:
Cohee
2023-05-19 16:40:56 +03:00
committed by GitHub

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 = space
indent_size = 4