Skip to content

Commit 5604766

Browse files
committed
Add yamllint config file.
1 parent ba9bc3b commit 5604766

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.yamllint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
extends: default
2+
3+
rules:
4+
document-start: disable
5+
6+
line-length:
7+
max: 120
8+
allow-non-breakable-words: true
9+
allow-non-breakable-inline-mappings: true

0 commit comments

Comments
 (0)