forked from gyliu513/containercafe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyamlconf
More file actions
32 lines (29 loc) · 631 Bytes
/
Copy pathyamlconf
File metadata and controls
32 lines (29 loc) · 631 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
extends: default
rules:
comments: disable
braces:
min-spaces-inside: 0
max-spaces-inside: 1
brackets:
min-spaces-inside: 0
max-spaces-inside: 1
colons:
max-spaces-before: 0
max-spaces-after: 99
commas:
max-spaces-before: 0
min-spaces-after: 1
max-spaces-after: 1
comments-indentation: disable
# level: warning
document-start: disable
# level: warning
# present: yes
hyphens: disable
# max-spaces-after: 1
indentation: disable
# spaces: consistent
# indent-sequences: yes
# check-multi-line-strings: no
line-length: disable
new-lines: disable