.editorconfig 325 B

1234567891011121314151617181920
  1. ; https://editorconfig.org/
  2. root = true
  3. [*]
  4. insert_final_newline = true
  5. charset = utf-8
  6. trim_trailing_whitespace = true
  7. indent_style = space
  8. indent_size = 2
  9. [{Makefile,go.mod,go.sum,*.go,.gitmodules}]
  10. indent_style = tab
  11. indent_size = 4
  12. [*.md]
  13. indent_size = 4
  14. trim_trailing_whitespace = false
  15. eclint_indent_style = unset