Commit initial

This commit is contained in:
Valentin Verdier 2020-02-20 22:48:44 +01:00
commit f3482aa075

12
.vimrc Normal file
View File

@ -0,0 +1,12 @@
set number
syntax on
set nowrap
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab
set showmatch
set autoindent
filetype indent plugin off
set noeol