chore: add VS Code workspace configuration with markdown linting overrides
This commit is contained in:
14
aether_app_native_electron.code-workspace
Normal file
14
aether_app_native_electron.code-workspace
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"git.autofetch": true,
|
||||||
|
"markdownlint.config": {
|
||||||
|
"MD007": false,
|
||||||
|
"MD033": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user