You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Feature | Description |
|----------|----------|
| blah | some long long long long long long long long line |
I also have wrap_comments = true in my rustfmt.toml. As a result, rustfmt breaks the long line and disfigures the table. The comment itself is located at the top level of a .rs file and must be treated as a public documentation.
Can I tell rustfmt to skip this table?
The text was updated successfully, but these errors were encountered:
I have an MD table like this:
I also have
wrap_comments = true
in myrustfmt.toml
. As a result, rustfmt breaks the long line and disfigures the table. The comment itself is located at the top level of a.rs
file and must be treated as a public documentation.Can I tell rustfmt to skip this table?
The text was updated successfully, but these errors were encountered: