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
in CJK, a char occupies two chars width.
So I want it formatted like this:
Before
type Test struct { NormalChars string `json:"normalChars" t:"abc" othertag:"123"` CjkChars string `json:"cjkChars" t:"中の한" othertag:"456"` }
After
but beacuse of fonts, it may not be strictly aligned visually.
The text was updated successfully, but these errors were encountered:
It's a bug. I'm trying to fix it.
Sorry, something went wrong.
No branches or pull requests
in CJK, a char occupies two chars width.
So I want it formatted like this:
Before
After
The text was updated successfully, but these errors were encountered: