misc: pre-commit auto remove unneeded trailing whitespace (#11289)

This commit is contained in:
John Bampton 2025-09-17 22:21:56 +10:00 committed by GitHub
parent e7015cbc4c
commit f9a72de500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 399 additions and 399 deletions

View File

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