Files
shpod/vimrc
Jérôme Petazzoni c7431936ec 🔧 Minor fixes and tweaks
2021-11-02 19:29:42 +01:00

8 lines
96 B
VimL

syntax on
set autoindent
set expandtab
set number
set shiftwidth=2
set softtabstop=2
set nowrap