소스 검색

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