.editorconfig 274 B

1234567891011121314151617
  1. # EditorConfig.org
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. insert_final_newline = true
  6. trim_trailing_whitespace = true
  7. charset = utf-8
  8. [*.{js,php,twig,phtml,json,css}]
  9. indent_style = space
  10. indent_size = 4
  11. [{*.sql,package.json,.travis.yml}]
  12. indent_style = space
  13. indent_size = 2