Skip to content

Commit 51a337b

Browse files
author
Quinn Strahl
committed
Use a default &tw of 80 for formatting
1 parent 18106a3 commit 51a337b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indent/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ let &cpo = s:cpo_save
440440
unlet s:cpo_save
441441

442442
function! Fixedgq(lnum, count)
443-
let l:tw = &tw ? &tw : 72;
443+
let l:tw = &tw ? &tw : 80;
444444

445445
let l:count = a:count
446446

0 commit comments

Comments
 (0)