Add editor config files

This commit is contained in:
2023-01-23 15:30:46 +01:00
parent 39262f514b
commit 0c9620f8d2
3 changed files with 31 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
[*.sql]
indent_style = space
indent_size = 2