mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: set editorconfig to use tabs instead of spaces for sql files (#19344)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user