cli icon indicating copy to clipboard operation
cli copied to clipboard

Global configuration file

Open muuvmuuv opened this issue 5 years ago • 10 comments

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"
}

muuvmuuv avatar Oct 24 '18 09:10 muuvmuuv