Parcourir la source

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 il y a 4 ans
Parent
commit
06ba8e9afe
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .lvimrc

+ 2 - 0
.lvimrc

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