This website works better with JavaScript
Home
Explore
Help
Register
Sign In
bixel
/
dotfiles
mirror of
https://github.com/bixel/dotfiles.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add a html vim-file for local shiftwidth
Kevin Heinicke
11 years ago
parent
c50d78c21b
commit
35535f7821
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
dotvim/after/ftplugin/html.vim
+ 2
- 0
dotvim/after/ftplugin/html.vim
View File
@@ -0,0 +1,2 @@
+setlocal shiftwidth=2
+setlocal tabstop=2