chore: update editorconfig got js.template files

This commit is contained in:
Seth Falco 2023-07-08 03:34:04 +01:00
parent 9052265d5b
commit d69bbb326c
No known key found for this signature in database
GPG key ID: DE1C217EFF01FEC8

View file

@ -10,11 +10,11 @@ insert_final_newline = true
curly_bracket_next_line = false
spaces_around_operators = true
[*.{js,py}]
indent_size = 4
[*.{js,ts}]
[*.js]
quote_type = double
[*.{js,js.template,py}]
indent_size = 4
[*.{markdown,md}]
trim_trailing_whitespace = false