Erstellen von Projekteinstellungen für VSCode

This commit is contained in:
Dennis Heinrich 2024-04-05 04:03:04 +02:00
parent b03b8e7a16
commit 2e9511af52

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"markdownlint.config": {
"first-line-h1": false,
"ul-indent": false,
}
}