feat: added editorconfig

This commit is contained in:
Tobias Schmidl 2023-09-13 17:24:52 +02:00
parent f47146583e
commit ee0358dcf5
3 changed files with 30 additions and 0 deletions

View file

@ -16,4 +16,8 @@ repos:
rev: v2.1.0
hooks:
- id: reuse
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: '2.7.2'
hooks:
- id: editorconfig-checker
...