diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000..acd77c50 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,54 @@ +{ + "code-block-style": { + "style": "fenced" + }, + "code-fence-style": { + "style": "backtick" + }, + "emphasis-style": { + "style": "asterisk" + }, + "strong-style": { + "style": "asterisk" + }, + "ul-style": { + "style": "dash" + }, + "heading-style": { + "style": "atx" + }, + "no-duplicate-heading": { + "siblings_only": true + }, + "hr-style": { + "style": "---" + }, + "ol-prefix": { + "style": "ordered" + }, + "fenced-code-language": { + "allowed_languages": [ + "bash", + "html", + "css", + "javascript", + "json", + "yaml", + "toml", + "markdown", + "text" + ], + "language_only": true + }, + "proper-names": { + "code_blocks": false, + "names": [ + "YunoHost", + "Debian", + "GitHub" + ] + }, + "line-length": { + "line_length": 180 + } +} \ No newline at end of file