This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bixel
/
dotfiles
espejo de
https://github.com/bixel/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add vim c-config
Kevin Heinicke
hace 10 años
padre
cc4d3368a2
commit
3a933cbc77
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
.vim/after/ftplugin/c.vim
+ 2
- 0
.vim/after/ftplugin/c.vim
Ver fichero
@@ -0,0 +1,2 @@
+setlocal shiftwidth=2
+setlocal tabstop=2