Add .editorconfig file

This commit is contained in:
2023-01-03 16:24:40 +01:00
parent 50d55ed480
commit 57bc676ec1

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{graphql,sql,toml}]
indent_style = space
indent_size = 2
[*.rs]
indent_style = space
indent_size = 4