Explorar el Código

Initial configuration

pull/1/head
Jérôme Deuchnord hace 5 años
padre
commit
d18ac6c062
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 1934652EA16ECB3B
Se han modificado 2 ficheros con 11 adiciones y 0 borrados
  1. +1
    -0
      vim/after/ftplugin/Makefile.vim
  2. +10
    -0
      vimrc

+ 1
- 0
vim/after/ftplugin/Makefile.vim Ver fichero

@@ -0,0 +1 @@
setlocal noexpandtab

+ 10
- 0
vimrc Ver fichero

@@ -0,0 +1,10 @@
filetype plugin indent on

set nu
set hls
set si

" Indentation
set expandtab
set shiftwidth=4
set softtabstop=4

Cargando…
Cancelar
Guardar