File tree Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Original file line number Diff line number Diff line change
1
+ extends : " default"
2
+
3
+ ignore : |
4
+ .build/
5
+ .notes/
6
+ vendor/
7
+ rules :
8
+ braces :
9
+ max-spaces-inside-empty : 0
10
+ max-spaces-inside : 1
11
+ min-spaces-inside-empty : 0
12
+ min-spaces-inside : 1
13
+ brackets :
14
+ max-spaces-inside-empty : 0
15
+ max-spaces-inside : 0
16
+ min-spaces-inside-empty : 0
17
+ min-spaces-inside : 0
18
+ colons :
19
+ max-spaces-after : 1
20
+ max-spaces-before : 0
21
+ commas :
22
+ max-spaces-after : 1
23
+ max-spaces-before : 0
24
+ min-spaces-after : 1
25
+ comments :
26
+ ignore-shebangs : true
27
+ min-spaces-from-content : 1
28
+ require-starting-space : true
29
+ comments-indentation : " enable"
30
+ document-end :
31
+ present : false
32
+ document-start :
33
+ present : false
34
+ indentation :
35
+ check-multi-line-strings : false
36
+ indent-sequences : true
37
+ spaces : 2
38
+ empty-lines :
39
+ max-end : 0
40
+ max-start : 0
41
+ max : 1
42
+ empty-values :
43
+ forbid-in-block-mappings : true
44
+ forbid-in-flow-mappings : true
45
+ hyphens :
46
+ max-spaces-after : 2
47
+ key-duplicates : " enable"
48
+ key-ordering : " disable"
49
+ line-length : " disable"
50
+ new-line-at-end-of-file : " enable"
51
+ new-lines :
52
+ type : " unix"
53
+ octal-values :
54
+ forbid-implicit-octal : true
55
+ quoted-strings :
56
+ quote-type : " double"
57
+ trailing-spaces : " enable"
58
+ truthy :
59
+ allowed-values :
60
+ - " false"
61
+ - " true"
62
+
63
+ yaml-files :
64
+ - " *.yaml"
65
+ - " *.yml"
You can’t perform that action at this time.
0 commit comments