Skip to content

Commit

Permalink
Merge pull request #82 from TTWShell/feature/c-line-limit
Browse files Browse the repository at this point in the history
set colorcolumn=80 for *.c file
  • Loading branch information
TTWShell authored Jul 9, 2017
2 parents 5a1cd2e + d2b2f44 commit fe292c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ au BufNewFile,BufRead *
\ set fileformat=unix |
\ set list listchars=tab:>-

au BufNewFile,BufRead *.py
au BufNewFile,BufRead *.c,*.py
\ set colorcolumn=80

au BufNewFile,BufRead *.go
Expand Down

0 comments on commit fe292c3

Please sign in to comment.