.editorconfig 360 B

1234567891011121314151617181920
  1. [*]
  2. charset = utf-8
  3. indent_style = space
  4. indent_size = 4
  5. end_of_line = lf
  6. insert_final_newline = true
  7. trim_trailing_whitespace = true
  8. [{.eslintrc,.babelrc,.stylelintrc,jest.config,*.json,*.jsb3,*.jsb2,*.bowerrc}]
  9. indent_style=space
  10. indent_size=2
  11. [*.scss]
  12. indent_style=space
  13. indent_size=2
  14. [{.analysis_options,*.yml,*.yaml}]
  15. indent_style=space
  16. indent_size=2