codeanywhere/vim/.vimrc

15 lines
115 B
VimL
Raw Normal View History

2017-12-02 09:18:55 +00:00
filetype indent plugin on
syntax on
set autoindent
set tabstop=2
set nonumber
set mouse=
set encoding=utf-8