summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-08-29 12:25:36 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-08-29 12:25:36 +0200
commit4449c29c5880d90cca848c5a43f341d581041c85 (patch)
treed375574114e27d9968cea5515e733451f4a7a4ab
parent6f8c5d6bfba8cffbd8ff684abdd73f624457feaf (diff)
downloaddotfiles-4449c29c5880d90cca848c5a43f341d581041c85.tar
dotfiles-4449c29c5880d90cca848c5a43f341d581041c85.tar.zst
dotfiles-4449c29c5880d90cca848c5a43f341d581041c85.zip
Enable autoindent in Vim by Default
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 6f07c1d..3079033 100644
--- a/.vimrc
+++ b/.vimrc
@@ -2,3 +2,4 @@ set mouse-=a
syntax on
set tabstop=4
set expandtab
+set autoindent