Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add editorconfig properties for c
pull/15/head
10sr
hace 9 años
padre
1f04abc84f
commit
abd587242a
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
.editorconfig
+ 5
- 0
.editorconfig
Ver fichero
@@ -4,8 +4,13 @@ root = true
indent_style = space
indent_size = 2
tab_width = 4
end_of_line = lf
#charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
[*.c]
indent_size = 4
Escribir
Vista previa
Cargando…
Cancelar
Guardar