Updated editor config

This commit is contained in:
Nathan Chapman 2023-04-03 18:55:47 -06:00
parent 0ea8d12c9f
commit a92154676e

View File

@ -16,22 +16,16 @@ multi_line_output = 4
quote_type = single quote_type = single
[*.js] [*.js]
indent_size = 4 indent_size = 2
[*.jsx]
indent_size = 4
[*.scss]
indent_size = 4
[*.ts] [*.ts]
indent_size = 4 indent_size = 4
[*.tsx]
indent_size = 4
[*.yml] [*.yml]
indent_size = 4 indent_size = 4
[*.html] [*.html]
indent_size = 4 indent_size = 4
[*.css]
indent_size = 4