[go: up one dir, main page]

Menu

[r81]: / etc / vim / vimrc  Maximize  Restore  History

Download this file

14 lines (11 with data), 162 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
" Affichage
set nowrap
" Gestion des espaces
set autoindent
set expandtab
set tabstop=8
set shiftwidth=4
" Programmation
syntax on
set showmatch
set fdm=indent