Skip to content

Commit

Permalink
fix yml tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Efimov committed Sep 12, 2022
1 parent 209deaa commit e3453a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ augroup END
augroup yml
autocmd!
autocmd BufRead,BufNewFile *.yml* match none
autocmd BufRead,BufNewFile *.yml* set shiftwidth=4
autocmd BufRead,BufNewFile *.yml* set tabstop=4
autocmd BufRead,BufNewFile *.yml* set shiftwidth=2
autocmd BufRead,BufNewFile *.yml* set tabstop=2
autocmd BufRead,BufNewFile *.yml* set smarttab
autocmd BufRead,BufNewFile *.yml* set expandtab
autocmd BufRead,BufNewFile *.yml* set autoindent
Expand Down

0 comments on commit e3453a6

Please sign in to comment.