Explorar el Código

added editorconfig

master
isymchych hace 9 años
padre
commit
91fbf1e274
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10
    0
      .editorconfig

+ 10
- 0
.editorconfig Ver fichero

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

Loading…
Cancelar
Guardar