Explorar el Código

add editorconfig

Pan %!s(int64=7) %!d(string=hace) años
padre
commit
972b305e48
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14 0
      .editorconfig

+ 14 - 0
.editorconfig

@@ -0,0 +1,14 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+indent_style = space
7
+indent_size = 2
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+
12
+[*.md]
13
+insert_final_newline = false
14
+trim_trailing_whitespace = false