Selaa lähdekoodia

Add editorconfig

4O4 6 vuotta sitten
vanhempi
commit
1e3c1d542b
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      .editorconfig

+ 8 - 0
.editorconfig

@@ -0,0 +1,8 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true