-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yamllint
More file actions
37 lines (36 loc) · 769 Bytes
/
.yamllint
File metadata and controls
37 lines (36 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
extends: default
rules:
line-length:
max: 120
allow-non-breakable-inline-mappings: true
indentation:
spaces: 2
indent-sequences: true
check-multi-line-strings: false
document-start: disable
truthy:
allowed-values: ["true", "false"]
check-keys: false
comments:
min-spaces-from-content: 2
braces:
min-spaces-inside: 0
max-spaces-inside: 1
brackets:
min-spaces-inside: 0
max-spaces-inside: 0
colons:
max-spaces-before: 0
max-spaces-after: 2
commas:
max-spaces-before: 0
min-spaces-after: 1
max-spaces-after: 1
key-duplicates:
forbid-duplicated-merge-keys: true
empty-lines:
max: 2
max-start: 0
max-end: 1
trailing-spaces: enable
new-line-at-end-of-file: enable