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 cbae00f commit 933f8faCopy full SHA for 933f8fa
.yamllint.yaml
@@ -1,9 +1,40 @@
1
extends: default
2
3
rules:
4
+ braces:
5
+ min-spaces-inside: 0
6
+ max-spaces-inside: 1
7
+ min-spaces-inside-empty: 0
8
+ max-spaces-inside-empty: 0
9
+
10
+ brackets:
11
12
13
14
15
16
+ comments-indentation:
17
+ level: error
18
19
+ document-end:
20
+ present: false
21
22
document-start:
23
24
present: false
25
26
+ empty-lines:
27
+ max: 1
28
29
+ indentation:
30
+ spaces: 2
31
32
line-length: disable
33
34
+ quoted-strings:
35
+ quote-type: single
36
+ required: only-when-needed
37
38
truthy:
39
allowed-values: ['true', 'false', 'on', 'off']
40
0 commit comments