Sfoglia il codice sorgente

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 anni fa
parent
commit
edeb12bc38
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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