Skip to content

Commit 6aa53e2

Browse files
Add a config for YAMLLint (#653)
Co-authored-by: Abhinav Singh <[email protected]>
1 parent 426dfd5 commit 6aa53e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.yamllint

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
indentation:
6+
level: error
7+
indent-sequences: false
8+
...

0 commit comments

Comments
 (0)