Skip to content

Commit 5037175

Browse files
committed
Add yamllint configuration file
1 parent 851057c commit 5037175

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.yamllint.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# https://github.com/adrienverge/yamllint
2+
3+
extends: default
4+
rules:
5+
document-start: disable
6+
colons:
7+
max-spaces-before: 0
8+
max-spaces-after: -1
9+
indentation:
10+
indent-sequences: whatever
11+
line-length:
12+
level: warning
13+
max: 80

0 commit comments

Comments
 (0)