More tabs on vim.

This commit is contained in:
Christophe Buffenoir 2013-06-11 17:20:13 +02:00
parent a5837f6aaa
commit 13b54ec7d5
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ set showcmd " affiche la commande en cours
set shiftwidth=4 " nombre de tabulation pour l'indentation
set softtabstop=4
set tabstop=4
set tabpagemax=30
set showmatch " vérification présence ([ ou { a la frappe de )] ou }
set guifont=monospace\ 11 " Police de caractère monospace
filetype plugin indent on " détection automatique du type de fichier