Browse Source

chore: update editorconfig got js.template files

pull/458/head
Seth Falco 2 years ago
parent
commit
d69bbb326c
No known key found for this signature in database
GPG Key ID: DE1C217EFF01FEC8
  1. 8
      .editorconfig

8
.editorconfig

@ -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

Loading…
Cancel
Save