We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vfmt should indent array initializers further than it does.
.
Would prefer:
struct App { mut: text string result f64 is_float bool new_number bool operands []f64 operations []string row_ops [][]string = [ ['C', '%', '^', '÷'], ['7', '8', '9', '*'], ['4', '5', '6', '-'], ['1', '2', '3', '+'], ['0', '.', '±', '='], ] }
Currently:
No response
V 0.4.10 fcd2eed
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
Connected to Huly®: V_0.6-22482
Sorry, something went wrong.
No branches or pull requests
Describe the bug
vfmt should indent array initializers further than it does.
Reproduction Steps
.
Expected Behavior
Would prefer:
Current Behavior
Currently:
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.10 fcd2eed
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: