Switch to spaces in .sql files

This commit is contained in:
Tulir Asokan 2022-05-23 20:01:03 +03:00
parent a40ad4d10f
commit 888731cec2
2 changed files with 59 additions and 59 deletions

View file

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