Trying to understand relationship between margin
and format_docstrings
#649
Labels
bug
Something isn't working
margin
and format_docstrings
#649
Straightforward question: does setting
margin
to 80 characters apply to docstrings as well ifformat_docstrings
is set to true?Environment:
VSCode, using the Julia extension (v1.38.2)
Format config options:
style = "blue"
margin = 80
trailing_comma = true
import_to_using = false
remove_extra_newlines = false
format_docstrings = true
Before:
After:
Both the signature and first line exceed the margin, and yet neither are formatted. Is this intentional? I understand if CommonMark takes care of formatting markdown, but this section in the README would lead me to think that this is unexpected:
The text was updated successfully, but these errors were encountered: