Procházet zdrojové kódy

Enhancement: Add .editorconfig

Andreas Möller před 6 roky
rodič
revize
db4ec12a24
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  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