TcBlack
TcBlack copied to clipboard
Add auto formatter for C# code
https://github.com/belav/csharpier
-
install CSharpier
-
dotnet tool install csharpier -g
-
-
Add to
pre-commit-config.yaml
- repo: local hooks: - id: CSharpier name: Format C# files entry: dotnet csharpier language: system files: '.*\.(cs$)'
-
run
pre-commit run --all-files
once
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