Closed rruiter87 closed 1 year ago
https://github.com/belav/csharpier
dotnet tool install csharpier -g
Add to pre-commit-config.yaml
pre-commit-config.yaml
- repo: local hooks: - id: CSharpier name: Format C# files entry: dotnet csharpier language: system files: '.*\.(cs$)'
pre-commit run --all-files
If you want this feature for STweep you posted this in the wrong repo ^^
@Barteling 😅
copied the pre-commit from STweep and forgot to change it :p
https://github.com/belav/csharpier
dotnet tool install csharpier -g
Add to
pre-commit-config.yaml
pre-commit run --all-files
once