Explorar o código

Enhancement: Add .editorconfig

Andreas Möller %!s(int64=6) %!d(string=hai) anos
pai
achega
db4ec12a24
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      .editorconfig

+ 11 - 0
.editorconfig

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