11 lines
280 B
YAML
11 lines
280 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.6.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
files: "\\.rs$"
|
|
- id: end-of-file-fixer
|
|
files: "\\.rs$"
|
|
- id: mixed-line-ending
|
|
args: [--fix=lf]
|
|
files: "\\.rs$"
|