From 73ec50af2748dc4a6b7e7f826f1e29dadaa57957 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Fri, 5 Mar 2021 15:36:43 +0100 Subject: [PATCH] Formatting --- .vscode/extensions.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 4ffe4f0c..d304a5ef 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,8 @@ -{ - "recommendations": [ - "platformio.platformio-ide","ms-vscode.cpptools" - ] -} \ No newline at end of file +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "ms-vscode.cpptools", + "platformio.platformio-ide" + ] +}