diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-08-16 11:30:18 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-08-16 11:30:18 +0200 |
| commit | da72ab472ad166e77d16911ace0c4287d3d3548b (patch) | |
| tree | 043a034fe03615094861e9216af4a5ac13e13449 /.vimrc | |
| parent | 5638a1c74a6304719590e4bc52c8229c612f5b04 (diff) | |
| download | dotfiles-da72ab472ad166e77d16911ace0c4287d3d3548b.tar.gz dotfiles-da72ab472ad166e77d16911ace0c4287d3d3548b.tar.bz2 dotfiles-da72ab472ad166e77d16911ace0c4287d3d3548b.zip | |
branch s19, remove tab to space for the norminette
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,9 +34,9 @@ nnoremap zl <C-W>< nnoremap zj <C-W>- nnoremap zk <C-W>+ " tab to space -set expandtab -set tabstop=4 -set shiftwidth=4 +" set expandtab +" set tabstop=4 +" set shiftwidth=4 set smarttab set autoindent set smartindent |
