Create .editorconfig

This commit is contained in:
Franklin
2021-08-02 19:17:10 +02:00
committed by GitHub
parent 349f7779f7
commit 6fc7a1bc94

12
.editorconfig Normal file
View File

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