commit d666525e58a470889c44cf09a617fd387e6985fc Author: LordMathis Date: Fri Sep 1 14:34:31 2017 +0200 Add vimrc diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..c70ba56 --- /dev/null +++ b/.vimrc @@ -0,0 +1,9 @@ +syntax on + +filetype plugin indent on +" show existing tab with 4 spaces width +set tabstop=4 +" when indenting with '>', use 4 spaces width +set shiftwidth=4 +" On pressing tab, insert 4 spaces +set expandtab