Skip to content

Commit

Permalink
autoindent
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly committed Aug 8, 2011
1 parent c91952a commit 8e65f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global.vim
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ let bash_is_sh=1 " syntax shell files as bash scripts
set cinoptions=:0,(s,u0,U1,g0,t0 " some indentation options ':h cinoptions' for details
set modelines=5 " number of lines to check for vim: directives at the start/end of file
"set fixdel " fix terminal code for delete (if delete is broken but backspace works)
set autoindent " automatically indent new line

set ts=4 " number of spaces in a tab
set sw=4 " number of spaces for indent
Expand Down

0 comments on commit 8e65f0b

Please sign in to comment.