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.
 
 
 
 

23 rivejä
376 B

  1. root = true
  2. [*]
  3. charset = utf-8
  4. end_of_line = lf
  5. insert_final_newline = true
  6. trim_trailing_whitespace = true
  7. [{*.go,Makefile,.gitmodules,go.mod,go.sum}]
  8. indent_style = tab
  9. [*.md]
  10. indent_style = tab
  11. trim_trailing_whitespace = false
  12. [*.{yml,yaml,json}]
  13. indent_style = space
  14. indent_size = 2
  15. [*.{js,jsx,ts,tsx,css,less,sass,scss,vue,py}]
  16. indent_style = space
  17. indent_size = 4