1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[vim] Do not auto indent

This commit is contained in:
Hyacinthe Cartiaux 2017-01-19 16:03:01 +01:00
parent c0c3b9f67b
commit d872df3bf2

View file

@ -29,7 +29,7 @@ set nocompatible
set history=1000
filetype on
filetype plugin on
filetype indent on
" filetype indent on
" Set to auto read when a file is changed from the outside
set autoread
@ -177,7 +177,7 @@ set viminfo+=n$HOME/.vim/.viminfo
""""""""""""""""""""""""""""""""""
" Indent
set cindent
" set cindent
" Use spaces instead of tabs
set expandtab