Formatting

This commit is contained in:
fvanroie 2021-03-05 15:36:43 +01:00
parent 719f0c4038
commit 73ec50af27

View File

@ -1,5 +1,8 @@
{ {
"recommendations": [ // See http://go.microsoft.com/fwlink/?LinkId=827846
"platformio.platformio-ide","ms-vscode.cpptools" // for the documentation about the extensions.json format
] "recommendations": [
} "ms-vscode.cpptools",
"platformio.platformio-ide"
]
}