Skip to content

Commit

Permalink
add project specific vimrc to enforce tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelOtter committed Apr 19, 2019
1 parent 6ab093b commit afe645c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set tabstop=2 " Tabs appear as 2 spaces
set noexpandtab " Use tabs rather than spaces
set noswapfile " Don't create .swp files

0 comments on commit afe645c

Please sign in to comment.