We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aec613 commit 3bb92f9Copy full SHA for 3bb92f9
.yamllint.yml
@@ -0,0 +1,16 @@
1
+# -*- mode: yaml -*-
2
+# vim:ts=2:sw=2:ai:si:syntax=yaml
3
+#
4
+# yamllint configuration directives
5
+# Project Homepage: https://github.com/adrienverge/yamllint
6
7
+# Overriding rules in files:
8
+# http://yamllint.readthedocs.io/en/latest/disable_with_comments.html
9
+---
10
+extends: default
11
+
12
+# Rules documentation: http://yamllint.readthedocs.io/en/latest/rules.html
13
+rules:
14
+ document-start: disable
15
+ line-length:
16
+ max: 200
0 commit comments