Add SQL editorconfig

This commit is contained in:
Tau
2019-11-06 17:28:30 -05:00
parent 27407d5387
commit cf1b7c7b27
+3
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