Sfoglia il codice sorgente

Set up project vimrc to keep code consistent

WebStorm was indenting with spaces and Vim seems to use tabs. The local
vimrc is here to enforce space indentation.
DricomDragon 4 anni fa
parent
commit
06ba8e9afe
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .lvimrc

+ 2 - 0
.lvimrc

@@ -0,0 +1,2 @@
+" To comply with exitsting code
+set expandtab