We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202d085 commit 79c8f95Copy full SHA for 79c8f95
2 files changed
.gitattributes
@@ -20,4 +20,4 @@
20
*.pdf binary
21
22
*.bat text eol=crlf
23
-*.cmd text eol=crlf
+*.cmd text eol=crlf
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
exclude: '^src/frontend/dist/|\.svg$|\.png$|\.jpg$|\.jpeg$|\.gif$|\.webp$'
8
- id: trailing-whitespace
9
- id: mixed-line-ending
10
- args: ['--fix=lf']
+ args: ['--fix=lf']
11
12
- repo: https://github.com/PyCQA/autoflake
13
rev: v2.3.1
0 commit comments