update settings.json

This commit is contained in:
merith-tk 2024-11-04 15:58:00 -08:00
parent fb25dc4c35
commit cd46c51447

View file

@ -1,5 +1,7 @@
{ {
"markdownlint.config": { "markdownlint.config": {
"MD033": false "MD033": false
} },
"editor.tabSize": 2,
"editor.indentSize": 2
} }