add gitignore
This commit is contained in:
parent
b2e344b78a
commit
19a5078228
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# vim
|
||||||
|
.vim/.netrwhist
|
||||||
3
.vimrc
3
.vimrc
|
|
@ -6,6 +6,9 @@ filetype on
|
||||||
filetype indent plugin on
|
filetype indent plugin on
|
||||||
set modeline
|
set modeline
|
||||||
|
|
||||||
|
set tabstop=2 shiftwidth=2 expandtab
|
||||||
|
|
||||||
|
|
||||||
" use flake8 to ensure PEP-8 compliance for python
|
" use flake8 to ensure PEP-8 compliance for python
|
||||||
source ~/.vim/bundle/flake8/ftplugin/python_flake8.vim
|
source ~/.vim/bundle/flake8/ftplugin/python_flake8.vim
|
||||||
let g:flake8_builtins="_,apply"
|
let g:flake8_builtins="_,apply"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue