From fb38ba8a6f45076d1d26cb36ce45924cb64c1297 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Tue, 12 Apr 2022 15:23:35 -0400
Subject: [PATCH] build/dev: cleanup launch.json

---
 .vscode/launch.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7d00aed7..24364e78 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -41,14 +41,14 @@
                 }
             ],
             "preLaunchTask": "build",
-                        "linux": {
+            "linux": {
                 "MIMode": "gdb",
                 "externalConsole": false,
-              },
-              "osx": {
+            },
+            "osx": {
                 "MIMode": "lldb",
                 "externalConsole": true,
-              },
+            },
         }
     ]
 }
-- 
GitLab