1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/util
Enzo b083f4014b
fmt: fix multiple things and format most of the compiler (#6631)
Format expressions inside string interpolation like the rest (it used to be a+b instead of a + b, not too sure why)
Fix formatting some match branches when there were only one statement inside (it was inlined)
Fix parsing and formatting some comments edge case on struct field init. You should check out this test because the result is a bit different from before. I personally find it more logical but I would understand if the former format was to stay
Fix formatting of void-returning function signature
2020-10-15 22:12:59 +02:00
..
vtest checker: more default field fixes 2020-09-09 14:14:44 +02:00
diff.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
errors.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
scanning.v fmt: further fixes for string interpolation and builtin macros 2020-06-18 18:48:23 +02:00
suggestions.v all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00
util.v all: switch to the new fn arg syntax everywhere; add lots of vfmt -verify tests 2020-10-15 12:32:28 +02:00