File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "code-block-style" : {
3
+ "style" : " fenced"
4
+ },
5
+ "code-fence-style" : {
6
+ "style" : " backtick"
7
+ },
8
+ "emphasis-style" : {
9
+ "style" : " underscore"
10
+ },
2
11
"heading-style" : {
3
12
"style" : " atx"
4
13
},
5
- "ul -style" : {
6
- "style" : " dash "
14
+ "hr -style" : {
15
+ "style" : " --- "
7
16
},
8
17
"line-length" : {
9
- "line_length" : 80 ,
10
18
"code_blocks" : false ,
19
+ "line_length" : 80 ,
11
20
"tables" : false
12
21
},
13
22
"no-bare-urls" : false ,
14
- "hr-style" : {
15
- "style" : " ---"
16
- },
17
23
"proper-names" : {
18
- "names" : [" CodeGate" , " Copilot" , " GitHub" ],
19
- "code_blocks" : false
20
- },
21
- "code-block-style" : {
22
- "style" : " fenced"
23
- },
24
- "code-fence-style" : {
25
- "style" : " backtick"
26
- },
27
- "emphasis-style" : {
28
- "style" : " underscore"
24
+ "code_blocks" : false ,
25
+ "names" : [" CodeGate" , " Copilot" , " GitHub" ]
29
26
},
30
27
"strong-style" : {
31
28
"style" : " asterisk"
32
29
},
33
30
"table-pipe-style" : {
34
31
"style" : " leading_and_trailing"
32
+ },
33
+ "ul-style" : {
34
+ "style" : " dash"
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments