editorconfig: update to Beeper standards

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans 2022-10-21 09:21:30 -05:00
parent 79c32afe84
commit d81f929900
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD

View File

@ -10,6 +10,11 @@ insert_final_newline = true
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[*.sql]
indent_style = space
indent_size = 4
[.gitlab-ci.yml]
indent_size = 2