vfmt: re-enable

pull/5505/head
Alexander Medvednikov 2020-06-26 03:22:27 +02:00
parent 9a713ff9b0
commit 5bd6d3acb5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ fn main() {
foptions := FormatOptions{
is_c: '-c' in args
is_l: '-l' in args
is_w: '-ww' in args
is_w: '-w' in args
is_diff: '-diff' in args
is_verbose: '-verbose' in args || '--verbose' in args
is_all: '-all' in args || '--all' in args