Unibeautify/cli

Global configuration file

Open

#104 创建于 2018年10月24日

在 GitHub 查看
 (10 评论) (1 反应) (2 负责人)TypeScript (8 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (36 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The VS Code extension already got the option to pass a default config file, if no config file is provided in the project itself. We could do the same in two ways:

  1. we have the Unibeautify config file in the user root ~/.unibeautifyrc.json
  2. we use the ~/.unibeautifrc.json file to set CLI options e.g.:
{
  "defaultConfig": "/Users/marvinheilemann/Documents/Configs/.unibeautifyrc.json"
}

贡献者指南