You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.editorconfig 226B

1234567891011121314
  1. ; http://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}]
  10. indent_style = tab
  11. indent_size = 8