summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-11-08 20:48:02 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-11-08 20:48:02 +0100
commit2fafcbcb29fa0977e223b426c4f8ced411808230 (patch)
tree981913113bd0eddc0b0b375fbf83da2367b42ddb
parentfa00dc201752f795d11125c5a322231fa5bbf577 (diff)
downloaddotfiles-2fafcbcb29fa0977e223b426c4f8ced411808230.tar
dotfiles-2fafcbcb29fa0977e223b426c4f8ced411808230.tar.zst
dotfiles-2fafcbcb29fa0977e223b426c4f8ced411808230.zip
Set Vim default Indentation to Tabs
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 3079033..dec6339 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,5 +1,5 @@
set mouse-=a
syntax on
set tabstop=4
-set expandtab
+set noexpandtab
set autoindent