Mathieu Acthernoene před 5 roky
rodič
revize
91f3b33545
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 11
    0
      .editorconfig

+ 11
- 0
.editorconfig Zobrazit soubor

@@ -0,0 +1,11 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_size = 2
6
+indent_style = space
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
+
10
+[*.md]
11
+trim_trailing_whitespace = false