Explorar el Código

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges hace 1 año
cometido por GitHub
padre
commit
c162dcd932
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      .editorconfig

+ 11
- 0
.editorconfig Ver fichero

@ -0,0 +1,11 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
indent_size = unset # Allow user-defined tab width

Cargando…
Cancelar
Guardar