pre-commit: fix .cs files with the trailing-whitespace hook (#9794)

Co-authored-by: Vishesh <vishesh92@gmail.com>
This commit is contained in:
John Bampton 2024-12-31 22:17:10 +10:00 committed by GitHub
parent 0128046429
commit fd24509ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
46 changed files with 6325 additions and 6325 deletions

View File

@ -59,7 +59,7 @@ repos:
- id: mixed-line-ending
exclude: \.(cs|xml)$
- id: trailing-whitespace
files: \.(bat|css|gitignore|header|in|install|java|md|properties|py|rb|sh|sql|txt|vue|xml|xsl|yaml|yml)$
files: \.(cs|bat|css|gitignore|header|in|install|java|md|properties|py|rb|sh|sql|txt|vue|xml|xsl|yaml|yml)$
args: [--markdown-linebreak-ext=md]
exclude: ^services/console-proxy/rdpconsole/src/test/doc/freerdp-debug-log\.txt$
- repo: https://github.com/codespell-project/codespell