Environments:
- CSharpier Version: 1.0.1
- Running CSharpier via: cli
- Operating System: macos
Steps to reproduce:
Run dotnet csharpier format . at the root of your repo.
Expected behavior:
*.props files should not be formatted
Actual behavior:
A *.props file got formatted. Screenshot:

According to the help output for the format command, only C# files should be formatted.
Environments:
Steps to reproduce:
Run
dotnet csharpier format .at the root of your repo.Expected behavior:
*.propsfiles should not be formattedActual behavior:
A
*.propsfile got formatted. Screenshot:According to the help output for the
formatcommand, only C# files should be formatted.