Commit bf15e5d 1 parent 4c0c605 commit bf15e5d Copy full SHA for bf15e5d
File tree 1 file changed +18
-16
lines changed
1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: MIT
2
2
---
3
+ ignore : |
4
+ .git/
5
+ .licenses/
6
+ artifacts/
7
+
3
8
extends : default
4
9
5
10
rules :
6
- empty-values : enable
11
+ braces :
12
+ min-spaces-inside : 0
13
+ max-spaces-inside : 0
14
+ brackets :
15
+ min-spaces-inside : 0
16
+ max-spaces-inside : 0
17
+ comments :
18
+ min-spaces-from-content : 1
7
19
document-start : disable
8
- line-length : disable
20
+ empty-values : enable
9
21
indentation :
10
22
spaces : 2
11
23
indent-sequences : false
24
+ line-length : disable
25
+ quoted-strings :
26
+ quote-type : single
27
+ required : false
12
28
truthy :
13
29
allowed-values :
14
30
- ' true'
15
31
- ' false'
16
32
- ' on'
17
- quoted-strings :
18
- quote-type : single
19
- required : false
20
- braces :
21
- min-spaces-inside : 0
22
- max-spaces-inside : 0
23
- brackets :
24
- min-spaces-inside : 0
25
- max-spaces-inside : 0
26
-
27
- ignore : |
28
- .git/
29
- .licenses/
30
- artifacts/
You can’t perform that action at this time.
0 commit comments