huacnlee / autocorrect

A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
https://huacnlee.github.io/autocorrect
MIT License
894 stars 31 forks source link

vscode plugin support set the config file path #167

Open wklken opened 1 year ago

wklken commented 1 year ago

like some tools of python: isort/black/ruff, we can set the args:

{
  "xxxx.args": [
        "--config",
        "/root/.config/.autocorrectrc"
  ]
}