Skip to content

Commit fe292c3

Browse files
authored
Merge pull request #82 from TTWShell/feature/c-line-limit
set colorcolumn=80 for *.c file
2 parents 5a1cd2e + d2b2f44 commit fe292c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ au BufNewFile,BufRead *
167167
\ set fileformat=unix |
168168
\ set list listchars=tab:>-
169169

170-
au BufNewFile,BufRead *.py
170+
au BufNewFile,BufRead *.c,*.py
171171
\ set colorcolumn=80
172172

173173
au BufNewFile,BufRead *.go

0 commit comments

Comments
 (0)