Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Add 'line_length_limit' configuration field to 'docutils.frontend.Val…
Browse files Browse the repository at this point in the history
…ues'. (#26)
  • Loading branch information
mondeja authored Apr 9, 2021
1 parent 3e4bb50 commit d81c492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pospell.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def strip_rst(line):
"tab_width": 8,
"trim_footnote_reference_space": None,
"syntax_highlight": "long",
"line_length_limit": 10000,
}
)
stderr_stringio = io.StringIO()
Expand Down

0 comments on commit d81c492

Please sign in to comment.