浏览代码

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 年之前
父节点
当前提交
06ba8e9afe
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .lvimrc

+ 2 - 0
.lvimrc

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