diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ set shiftwidth=4 set expandtab set softtabstop=4 +autocmd FileType html setlocal shiftwidth=2 softtabstop=2 expandtab + set wrap "set nowrap "set wrapmargin=4 |