Adding the php.formatter.excludeFromFile option we could exclude files (as Prettier already does, for example, with the .prettierignore file).

This is very interesting when you only want to format the new files and keep the olds ones intact.

    Write a Reply...