Skip to content

Commit

Permalink
remove duplicate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl committed Jan 10, 2017
1 parent 0838b06 commit 9feefd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vimrc
Expand Up @@ -75,9 +75,6 @@ au BufNewFile,BufRead *.json set ft=javascript
" make Python follow PEP8 ( http://www.python.org/dev/peps/pep-0008/ )
au FileType python set softtabstop=4 tabstop=4 shiftwidth=4 textwidth=79

" allow backspacing over everything in insert mode
set backspace=indent,eol,start

" ctrp custom ignores
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|\.hg$\|\.svn$\|\.eunit$',
Expand Down

0 comments on commit 9feefd9

Please sign in to comment.