Closed belav closed 10 months ago
There are cases where code is auto generated outside of c# and a user will want to run csharpier to format them.
Adding a CLI option --include-generated to bypass the check for if a file is auto-generated will allow them to format those files.
--include-generated
Some notes
obj
There are cases where code is auto generated outside of c# and a user will want to run csharpier to format them.
Adding a CLI option
--include-generated
to bypass the check for if a file is auto-generated will allow them to format those files.Some notes
obj
folder that would get accidentally included by adding this option?