Skip to content

Commit

Permalink
Inserido rulers no vim com o limite de 80 colunas
Browse files Browse the repository at this point in the history
  • Loading branch information
gilsondev committed Jan 2, 2012
1 parent 88531d7 commit 24064dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setlocal textwidth=80
setlocal smarttab
setlocal expandtab
setlocal smartindent
setlocal colorcolumn=110
setlocal colorcolumn=80

" Highlight bad whitespace and ruler
highlight BadWhitespace ctermbg=red guibg=red
Expand Down

0 comments on commit 24064dd

Please sign in to comment.