.editorconfig 179 B

123456789101112
  1. # http://editorconfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. insert_final_newline = true
  6. trim_trailing_whitespace = true
  7. [{*.js,*.json,*.yml}]
  8. indent_size = 2
  9. indent_style = space