v1.7.0
- Add Spellcheck support, now you can write words correct by this feature.
- Add support use
.autocorrectrc
for config (YAML, JSON supports). - Add
autocorrect init
command to generate the config template.
For example .autocorrectrc
spellcheck:
# 0 - Disabled, 1 - Format and Lint, 2 - LintOnly
mode: 1
words:
- GitHub
- Git
- VIM
- DNS
- HTTP
- SSL