.editorconfig 310 B

123456789101112131415
  1. # For more information about the properties used in this file,
  2. # please see the EditorConfig documentation:
  3. # http://editorconfig.org
  4. [*]
  5. charset = utf-8
  6. end_of_line = lf
  7. indent_size = 4
  8. indent_style = space
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. [{*.yml,package.json}]
  12. indent_size = 2