1
0
Fork 0
mirror of https://github.com/dancojocaru2000/y3s2-cciot-hw.git synced 2025-02-22 17:09:35 +02:00
y3s2-cciot-hw/.vscode/settings.json

10 lines
122 B
JSON
Raw Normal View History

{
"markdownlint.config": {
"MD024": {
"siblings_only": true
}
2022-03-13 17:08:26 +02:00
},
"files.associations": {
"ostream": "cpp"
}
}