summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-08-08 18:04:34 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-08-10 10:14:09 +0200
commit7b0bec357cf3873c166069ae457ae47f86c7f587 (patch)
tree81477e88c515d95cc4f08711429d99ff6eef525a
parentc361003144620fb5ce619b0e7cd847c5c8e6eb5c (diff)
downloaddotfiles-7b0bec357cf3873c166069ae457ae47f86c7f587.tar
dotfiles-7b0bec357cf3873c166069ae457ae47f86c7f587.tar.zst
dotfiles-7b0bec357cf3873c166069ae457ae47f86c7f587.zip
Set default vim Indent to 4 Spaces
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index f6212aa..2559a4c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,5 @@
set mouse-=a
set number
syntax on
+set tabstop=4
+set expandtab