Skip to content

fmt: fix inline comment formatting#25500

Merged
spytheman merged 2 commits into
vlang:masterfrom
StunxFS:fix-fmt/inline-comments
Oct 15, 2025
Merged

fmt: fix inline comment formatting#25500
spytheman merged 2 commits into
vlang:masterfrom
StunxFS:fix-fmt/inline-comments

Conversation

@StunxFS

@StunxFS StunxFS commented Oct 14, 2025

Copy link
Copy Markdown
Contributor
 $ cat x.v
module main

/* Can't v fmt */
$ v fmt -w x.v
Reformatted file: x.v
$ cat x.v
module main

// Can't v fmt

Fix #25495.

@huly-for-github

Copy link
Copy Markdown

Connected to Huly®: V_0.6-26182

@spytheman spytheman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work.
Thank you 🙇🏻.

@spytheman spytheman merged commit 2c4ec4b into vlang:master Oct 15, 2025
84 of 85 checks passed
@StunxFS StunxFS deleted the fix-fmt/inline-comments branch October 15, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[vfmt] format error

2 participants