Better editorconfig

pull/2957/head
Jelte Fennema 2019-09-06 12:36:25 +02:00
parent 4ebdf5989b
commit ea2e010d42
1 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
root = true root = true
# rules for all files # rules for all files
# we use tabs with indent size 4
[*] [*]
indent_style = tab # we use tabs indent_style = tab
indent_size = 4 # of size four indent_size = 4
tab_width = 4
[*.sql]
indent_style = space
indent_size = 4
tab_width = 4