Selaa lähdekoodia

feat(editorconfig): add config for go files

bergquist 9 vuotta sitten
vanhempi
commit
da2b65cd7c
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      .editorconfig

+ 7 - 0
.editorconfig

@@ -1,6 +1,13 @@
 # http://editorconfig.org
 root = true
 
+[*.go]
+indent_style = tabs
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
 [*]
 indent_style = space
 indent_size = 2