mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
moved etc into usr folder
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.35.0/schema/markdownlint-config-schema.json",
|
||||
"line-length": {
|
||||
"code_block_line_length": 120,
|
||||
"tables": false
|
||||
},
|
||||
"no-inline-html": {
|
||||
"allowed_elements": ["details", "summary", "img", "p", "a", "h3"]
|
||||
},
|
||||
"first-line-heading": false,
|
||||
"no-alt-text": false,
|
||||
"code-block-style": {
|
||||
"style": "consistent"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user