Rearrange tab settings to avoid duplications/set defualts. Remove empty fortran.vim (for now) and add settings for markdown files

This commit is contained in:
Edward Litherland-Smith 2020-12-16 16:32:50 +00:00
parent f94c7b57bd
commit a589dddd0a
5 changed files with 5 additions and 7 deletions

5
.vimrc
View file

@ -11,12 +11,13 @@ set list
syntax on
if &diff
syntax off
syntax off
endif
filetype plugin indent on
set expandtab
set autoindent
set smartindent
filetype plugin indent on
noremap <C-J> <C-W><C-J>
noremap <C-K> <C-W><C-K>

View file

@ -1 +0,0 @@
setlocal expandtab

View file

@ -0,0 +1,2 @@
setlocal shiftwidth=2
setlocal softtabstop=2

View file

@ -1,4 +1,2 @@
setlocal tabstop=4
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal expandtab

View file

@ -1,4 +1,2 @@
setlocal tabstop=2
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal expandtab