Skip to content

Commit b8487f4

Browse files
Created .yamllint.yml NO_JIRA
1 parent 8d906d3 commit b8487f4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.yamllint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)