1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add useful comments to vimrc

This commit is contained in:
Joe Groocock 2016-11-14 14:06:52 +00:00
parent aa9b24b6e3
commit b6bebda784

4
.vimrc
View File

@ -2,8 +2,8 @@ set nocompatible " be iMproved, required
syntax enable
set tabstop=4
set shiftwidth=0
set softtabstop=-1
set shiftwidth=0 " Use tabstop
set softtabstop=-1 " Use tabstop
set expandtab
set number
set autoindent