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
For now I have to do a global search and replace to make my documents single-spaced after the period before running langtool, then change them back to 2 spaces after the period. :-)
The text was updated successfully, but these errors were encountered:
You could use the --disable feature. This lets you disable langtool rules which are inappropriate. For example, I customize langtool as follows for my Markdown documents:
To get a rule name, you can run the CLI version which will helpfully print out the relevant rule. (The Emacs interface seems to omit it.) You can also check https://community.languagetool.org/rule/list In your case, I think it's covered by WHITESPACE_RULE, so it might work to try just
(Note that each string must be separate, it's space-delimited. If you try "disable WHITESPACE_RULE", the Emacs code will throw an error even though it's fine on the CLI.)
For now I have to do a global search and replace to make my documents single-spaced after the period before running langtool, then change them back to 2 spaces after the period. :-)
The text was updated successfully, but these errors were encountered: