.editorconfig 397 B

1234567891011121314151617181920212223
  1. root = true
  2. [*]
  3. charset = utf-8
  4. end_of_line = lf
  5. indent_style = space
  6. insert_final_newline = true
  7. max_line_length = 120
  8. trim_trailing_whitespace = true
  9. [*.scss]
  10. indent_size = 2
  11. [{*.html,*.js,*.css}]
  12. indent_size = 2
  13. tab_width = 2
  14. [{*.bash,*.sh,*.zsh}]
  15. indent_size = 2
  16. tab_width = 2
  17. [{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
  18. indent_size = 2