1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Revert "fmt: re-format parser.v and cgen.v"

This reverts commit 6b2808a3f9.
This commit is contained in:
Alexander Medvednikov
2020-06-23 18:16:24 +02:00
parent 6b2808a3f9
commit 74af88bc92
4 changed files with 68 additions and 50 deletions

View File

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