Skip to content

Commit 05f8f01

Browse files
committed
yml use 2 spaces
1 parent 1ea69f7 commit 05f8f01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vimrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ au BufNewFile,BufRead *.c,*.py
152152
\ set colorcolumn=80
153153
au BufNewFile,BufRead *.go
154154
\ set nolist
155+
au BufNewFile,BufRead *.yml
156+
\ set tabstop=2 |
157+
\ set softtabstop=2 |
158+
\ set shiftwidth=2
155159

156160
"python with virtualenv support
157161
if has('python3')

0 commit comments

Comments
 (0)