stkb / Rewrap

Rewrap extension for VSCode and Visual Studio
https://marketplace.visualstudio.com/items/stkb.rewrap
Other
506 stars 62 forks source link

Request: set line length to 100 for rust doc comments #369

Closed tgross35 closed 1 year ago

tgross35 commented 1 year ago

Rustfmt has a default doc comment width of 100, an a default normal comment width of 80. The comment width is already correct, but would it be possible to change doc comment widths to 100 to match?

See https://rust-lang.github.io/rustfmt/?version=v1.5.1&search=#wrap_comments items doc_comment_code_block_width and comment_width

tgross35 commented 1 year ago

Nevermind, this isn't accurate. Sorry for the noise!