This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Set shiftwidth in Vim config.
main
Titouan Rigoudy
6 years ago
parent
c4ddefa6e7
commit
ef1ada10c4
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
config.vim
+ 2
- 0
config.vim
View File
@ -33,6 +33,8 @@ set expandtab
set
smarttab
" Tabs should look like 2 spaces.
set
tabstop
=
2
" Indents should be 2 spaces.
set
shiftwidth
=
2
" Auto-indent and smart indent can help for unknown file types.
set
ai
Write
Preview
Loading…
Cancel
Save