|
| 1 | +{ |
| 2 | + "blanks-around-fences": true, |
| 3 | + "blanks-around-headers": true, |
| 4 | + "blanks-around-lists": true, |
| 5 | + "code-block-style": { |
| 6 | + "style": "fenced" |
| 7 | + }, |
| 8 | + "code-fence-style": { |
| 9 | + "style": "backtick" |
| 10 | + }, |
| 11 | + "commands-show-output": true, |
| 12 | + "emphasis-style": { |
| 13 | + "style": "underscore" |
| 14 | + }, |
| 15 | + "fenced-code-language": false, |
| 16 | + "first-line-h1": { |
| 17 | + "front_matter_title": "^\\s*title\\s*[:=]" |
| 18 | + }, |
| 19 | + "header-increment": true, |
| 20 | + "header-start-left": true, |
| 21 | + "header-style": { |
| 22 | + "style": "atx" |
| 23 | + }, |
| 24 | + "hr-style": { |
| 25 | + "style": "---" |
| 26 | + }, |
| 27 | + "line-length": { |
| 28 | + "code_block_line_length": 90, |
| 29 | + "code_blocks": true, |
| 30 | + "heading_line_length": 100, |
| 31 | + "headings": true, |
| 32 | + "line_length": 100, |
| 33 | + "stern": true, |
| 34 | + "tables": false |
| 35 | + }, |
| 36 | + "list-indent": true, |
| 37 | + "list-marker-space": true, |
| 38 | + "no-alt-text": true, |
| 39 | + "no-bare-urls": true, |
| 40 | + "no-blanks-blockquote": true, |
| 41 | + "no-duplicate-header": { |
| 42 | + "siblings_only": true |
| 43 | + }, |
| 44 | + "no-emphasis-as-header": true, |
| 45 | + "no-empty-links": true, |
| 46 | + "no-hard-tabs": true, |
| 47 | + "no-inline-html": { |
| 48 | + "allowed_elements": [ |
| 49 | + "a", |
| 50 | + "br", |
| 51 | + "code", |
| 52 | + "kbd", |
| 53 | + "li", |
| 54 | + "properties", |
| 55 | + "sup", |
| 56 | + "tags", |
| 57 | + "ul" |
| 58 | + ] |
| 59 | + }, |
| 60 | + "no-missing-space-atx": true, |
| 61 | + "no-missing-space-closed-atx": true, |
| 62 | + "no-multiple-blanks": true, |
| 63 | + "no-multiple-space-atx": true, |
| 64 | + "no-multiple-space-blockquote": true, |
| 65 | + "no-multiple-space-closed-atx": true, |
| 66 | + "no-reversed-links": true, |
| 67 | + "no-space-in-code": true, |
| 68 | + "no-space-in-emphasis": true, |
| 69 | + "no-space-in-links": true, |
| 70 | + "no-trailing-punctuation": { |
| 71 | + "punctuation": ".,;:!。,;:!?" |
| 72 | + }, |
| 73 | + "no-trailing-spaces": { |
| 74 | + "br_spaces": 2, |
| 75 | + "strict": true |
| 76 | + }, |
| 77 | + "ol-prefix": { |
| 78 | + "style": "one" |
| 79 | + }, |
| 80 | + "proper-names": { |
| 81 | + "code_blocks": false, |
| 82 | + "names": [ |
| 83 | + "PowerShell", |
| 84 | + "IntelliSense", |
| 85 | + "Authenticode", |
| 86 | + "CentOS", |
| 87 | + "Contoso", |
| 88 | + "CoreOS", |
| 89 | + "Debian", |
| 90 | + "Ubuntu", |
| 91 | + "openSUSE", |
| 92 | + "RHEL", |
| 93 | + "JavaScript", |
| 94 | + ".NET", |
| 95 | + "NuGet", |
| 96 | + "VS Code", |
| 97 | + "Newtonsoft" |
| 98 | + ] |
| 99 | + }, |
| 100 | + "required-headers": false, |
| 101 | + "single-h1": { |
| 102 | + "front_matter_title": "", |
| 103 | + "level": 1 |
| 104 | + }, |
| 105 | + "single-trailing-newline": true, |
| 106 | + "strong-style": { |
| 107 | + "style": "asterisk" |
| 108 | + }, |
| 109 | + "ul-indent": { |
| 110 | + "indent": 2, |
| 111 | + "start_indented": false |
| 112 | + }, |
| 113 | + "ul-start-left": true, |
| 114 | + "ul-style": { |
| 115 | + "style": "dash" |
| 116 | + }, |
| 117 | + "link-fragments": true, |
| 118 | + "reference-links-images": true, |
| 119 | + "link-image-reference-definitions": true |
| 120 | +} |
0 commit comments