Closed jassMarok closed 2 years ago
I am trying to exclude a folder from the fixer but format on save still performs the action on these files, my exclude looks like this "php-cs-fixer.pathMode": "override", "php-cs-fixer.exclude": [ "app/Http/folderToExclude/**/*.php", ]
"php-cs-fixer.pathMode": "override", "php-cs-fixer.exclude": [ "app/Http/folderToExclude/**/*.php", ]
"**/app/Http/folderToExclude/**/*.php"
Took me 30 mins of my live to find this. Cool project!
I am trying to exclude a folder from the fixer but format on save still performs the action on these files, my exclude looks like this
"php-cs-fixer.pathMode": "override", "php-cs-fixer.exclude": [ "app/Http/folderToExclude/**/*.php", ]