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 88a485f68e
commit 27c0fa2281
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}] [*.{yaml,yml}]
indent_style = space indent_style = space
indent_size = 2
[*.sql]
indent_style = space
indent_size = 4
[.gitlab-ci.yml] [.gitlab-ci.yml]
indent_size = 2 indent_size = 2