.editorconfig 214 B

123456789101112131415
  1. root = true
  2. [*]
  3. insert_final_newline = true
  4. charset = utf-8
  5. trim_trailing_whitespace = true
  6. end_of_line = lf
  7. [*.{js,json}]
  8. indent_style = space
  9. indent_size = 2
  10. [*.{md,markdown}]
  11. trim_trailing_whitespace = false