.editorconfig 258 B

123456789101112131415
  1. # https://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. [*]
  5. charset = utf-8
  6. end_of_line = lf
  7. indent_size = 2
  8. indent_style = tab
  9. insert_final_newline = true
  10. trim_trailing_whitespace = false
  11. [{.*,*.md,*.json,*.toml,*.yml,}]
  12. indent_style = space