minetest-mm/mods/moreblocks/.pre-commit-config.yaml

11 lines
243 B
YAML
Raw Normal View History

2020-10-25 19:05:08 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2020-10-29 20:21:53 +01:00
rev: v3.3.0
2020-10-25 19:05:08 +01:00
hooks:
2020-10-29 20:21:53 +01:00
- id: fix-byte-order-marker
2020-10-25 19:05:08 +01:00
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
args: [--fix=lf]