diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-08-29 12:25:36 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-08-29 12:25:36 +0200 |
commit | 4449c29c5880d90cca848c5a43f341d581041c85 (patch) | |
tree | d375574114e27d9968cea5515e733451f4a7a4ab | |
parent | 6f8c5d6bfba8cffbd8ff684abdd73f624457feaf (diff) | |
download | dotfiles-4449c29c5880d90cca848c5a43f341d581041c85.tar dotfiles-4449c29c5880d90cca848c5a43f341d581041c85.tar.zst dotfiles-4449c29c5880d90cca848c5a43f341d581041c85.zip |
Enable autoindent in Vim by Default
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ set mouse-=a syntax on set tabstop=4 set expandtab +set autoindent |