enhancementhelp wanted
Metriche repository
- Star
- (36 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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:
- we have the Unibeautify config file in the user root
~/.unibeautifyrc.json - we use the
~/.unibeautifrc.jsonfile to set CLI options e.g.:
{
"defaultConfig": "/Users/marvinheilemann/Documents/Configs/.unibeautifyrc.json"
}