Explorar el Código

Add .editorconfig file.

Vim doesn't honour the modelines by default because they're too far from
the start/end of the file [the default value of the 'modelines' (sic)
option is too small].
pull/675/head
Daniel Shahaf hace 4 años
padre
commit
6b0671b63e
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      .editorconfig

+ 9
- 0
.editorconfig Ver fichero

@ -0,0 +1,9 @@
# Top-most editorconfig file
root = true
[*]
end_of_line = lf
tab_width = 2
indent_size = 2
indent_style = space

Cargando…
Cancelar
Guardar