chore: set editorconfig to use tabs instead of spaces for sql files (#19344)

This commit is contained in:
Steven Masley
2025-08-15 08:02:32 -05:00
committed by GitHub
parent 205eb29e60
commit e92af2b050
+8
View File
@@ -18,3 +18,11 @@ indent_size = 2
[coderd/database/dump.sql]
indent_style = space
indent_size = 4
[coderd/database/queries/*.sql]
indent_style = tab
indent_size = 4
[coderd/database/migrations/*.sql]
indent_style = tab
indent_size = 4