Skip to content

Commit

Permalink
DEV: Use /n line endings everywhere (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Jun 26, 2022
1 parent a412e26 commit a8c4dd9
Show file tree
Hide file tree
Showing 5 changed files with 15,547 additions and 15,546 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repos:
exclude: "resources/.*"
- id: trailing-whitespace
- id: mixed-line-ending
args: ['--fix=lf']
- id: check-added-large-files
args: ['--maxkb=1000']
- repo: https://gitlab.com/pycqa/flake8
Expand Down
Loading

0 comments on commit a8c4dd9

Please sign in to comment.