.editorconfig 258 B

1234567891011121314151617
  1. root = true
  2. [*]
  3. insert_final_newline = false
  4. trim_trailing_whitespace = true
  5. indent_style = tab
  6. charset = utf-8
  7. max_line_length = off
  8. [{*.js,*.vsh,*.fsh}]
  9. indent_style = space
  10. indent_size = 4
  11. [{*.json,*.mcmeta,*.yml}]
  12. indent_style = space
  13. indent_size = 2