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
Moving to tabstops of 2 for yaml
pull/2/head
Ryan Reed
3 years ago
parent
ad978044bc
commit
d98ec8dc70
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
=
4
setlocal
softtabstop
=
4
setlocal
tabstop
=
4
setlocal
shiftwidth
=
2
setlocal
softtabstop
=
2
setlocal
tabstop
=
2
setlocal
foldmethod
=
indent
Write
Preview
Loading…
Cancel
Save