Unibeautify/cli

Global configuration file

Open

#104 opened on 2018年10月24日

GitHub で見る
 (10 comments) (1 reaction) (2 assignees)TypeScript (8 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (36 stars)
PR merge metrics
 (30d に merged 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"
}

コントリビューターガイド