.editorconfig 223 B

12345678910111213141516
  1. # editorconfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. indent_size = 4
  6. indent_style = space
  7. insert_final_newline = true
  8. trim_trailing_whitespace = true
  9. [*.{json,yml}]
  10. indent_size = 2
  11. [*.md]
  12. trim_trailing_whitespace = false