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 485B

12345678910111213141516171819202122232425262728293031
  1. root = true
  2. [*]
  3. indent_style = space
  4. indent_size = 2
  5. tab_width = 2
  6. end_of_line = lf
  7. charset = utf-8
  8. trim_trailing_whitespace = true
  9. insert_final_newline = true
  10. [*.{go,tmpl,html}]
  11. indent_style = tab
  12. [templates/custom/*.tmpl]
  13. insert_final_newline = false
  14. [templates/swagger/v1_json.tmpl]
  15. indent_style = space
  16. [templates/user/auth/oidc_wellknown.tmpl]
  17. indent_style = space
  18. [Makefile]
  19. indent_style = tab
  20. [*.svg]
  21. insert_final_newline = false
  22. [*.md]
  23. trim_trailing_whitespace = false