Browse Source

Make hard tabs look like 4 spaces

Does not change file saving format, only look in Vim.

Previously it was set to 8 which was huge.
DricomDragon 5 years ago
parent
commit
edeb12bc38
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Install/Templates/vimrc

+ 4 - 0
Install/Templates/vimrc

@@ -1,3 +1,7 @@
+" Make hard tab look like 4 spaces tabs
+set shiftwidth=4
+set tabstop=4
+
 " When started as "evim", evim.vim will already have done these settings.
 if v:progname =~? "evim"
   finish