Add .yamllint with minimal sane config

This commit is contained in:
Linus Färnstrand 2023-01-12 16:19:05 +01:00
parent eac12bdb3a
commit 8718af7adb

8
.yamllint Normal file
View File

@ -0,0 +1,8 @@
---
extends: default
rules:
line-length:
max: 120
indentation:
spaces: 2