Explorar el Código

Add .editorconfig

Mathieu Acthernoene hace 6 años
padre
commit
91f3b33545
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      .editorconfig

+ 11
- 0
.editorconfig Ver fichero

@@ -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