.editorconfig 327 B

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