Add a config for YAMLLint (#653)

Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
This commit is contained in:
Sviatoslav Sydorenko 2021-11-03 13:00:21 +01:00 committed by GitHub
parent 426dfd55b9
commit 6aa53e2440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.yamllint Normal file
View File

@ -0,0 +1,8 @@
---
extends: default
rules:
indentation:
level: error
indent-sequences: false
...