Sfoglia il codice sorgente

Initial configuration

pull/1/head
Jérôme Deuchnord 5 anni fa
parent
commit
d18ac6c062
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 1934652EA16ECB3B
2 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. +1
    -0
      vim/after/ftplugin/Makefile.vim
  2. +10
    -0
      vimrc

+ 1
- 0
vim/after/ftplugin/Makefile.vim Vedi File

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

+ 10
- 0
vimrc Vedi File

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

set nu
set hls
set si

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

Caricamento…
Annulla
Salva