Add SQL editorconfig

This commit is contained in:
Tau 2019-04-28 20:38:58 -04:00
parent 27407d5387
commit cf1b7c7b27

View File

@ -9,6 +9,9 @@ insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 79
[*.sql]
indent_size = 4
[*.ts]
indent_size = 2