First commit

This commit is contained in:
Erik Cowley
2011-10-02 01:55:41 -04:00
parent 601a21a05f
commit cbf161dc95
180 changed files with 133741 additions and 1 deletions

7
.vim/python.vim Normal file
View File

@@ -0,0 +1,7 @@
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=80
setlocal smarttab
setlocal expandtab
set number