We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d906d3 commit b8487f4Copy full SHA for b8487f4
.yamllint.yml
@@ -0,0 +1,18 @@
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
17
+ braces:
18
+ max-spaces-inside: 1
0 commit comments