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 vim c-config
Kevin Heinicke
10 years ago
parent
cc4d3368a2
commit
3a933cbc77
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.vim/after/ftplugin/c.vim
+ 2
- 0
.vim/after/ftplugin/c.vim
View File
@@ -0,0 +1,2 @@
+setlocal shiftwidth=2
+setlocal tabstop=2