.editorconfig 353 B

12345678910111213141516171819202122
  1. root = true
  2. [*]
  3. indent_style = tab
  4. indent_size = 4
  5. end_of_line = lf
  6. charset = utf-8
  7. trim_trailing_whitespace = true
  8. insert_final_newline = true
  9. max_line_length = 150
  10. [CHANGELOG.md]
  11. indent_style = space
  12. indent_size = 2
  13. [.github/workflows/*.yml]
  14. indent_style = off
  15. indent_size = off
  16. max_line_length = off
  17. [{CHANGELOG.md,*.json}]
  18. max_line_length = off