1
0
Fork 0
mirror of https://github.com/dancojocaru2000/y3s2-cciot-hw.git synced 2025-02-23 01:19:34 +02:00

Added siblings_only MD024 markdownlint rule

This commit is contained in:
Kenneth Bruen 2022-03-13 16:07:06 +02:00
parent ef5f055695
commit f1a2332a7d
Signed by: kbruen
GPG key ID: CB77B9FE7F902176

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

@ -0,0 +1,7 @@
{
"markdownlint.config": {
"MD024": {
"siblings_only": true
}
}
}