This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Changing yaml default tabstop from 2 to 4
pull/2/head
Ryan Reed
3 years ago
parent
f2b2467e9c
commit
0241463fa9
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
dot_vim/after/ftplugin/yaml.vim
+ 3
- 3
dot_vim/after/ftplugin/yaml.vim
View File
@ -1,4 +1,4 @@
setlocal
shiftwidth
=
2
setlocal
softtabstop
=
2
setlocal
tabstop
=
2
setlocal
shiftwidth
=
4
setlocal
softtabstop
=
4
setlocal
tabstop
=
4
setlocal
foldmethod
=
indent
Write
Preview
Loading…
Cancel
Save