Add .editorconfig file

This commit is contained in:
Lucien Cartier-Tilet 2023-01-03 16:24:40 +01:00
parent 50d55ed480
commit 57bc676ec1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 13 additions and 0 deletions

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