Fix mixed indent in .sql files

This commit is contained in:
Tulir Asokan 2022-05-23 20:00:08 +03:00
parent 91bab528f3
commit 66cd7cd080
2 changed files with 88 additions and 88 deletions

View File

@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml}]
[*.{yaml,yml,sql}]
indent_style = space
[.gitlab-ci.yml]