From 7f09524a3d16f362005a3fdff34207d8a590d562 Mon Sep 17 00:00:00 2001 From: Ray Morris Date: Mon, 7 Apr 2025 00:33:26 -0500 Subject: [PATCH] Do not change .vscode options --- .vscode/settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7882c26ab7..5de759a0db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,9 +13,6 @@ "editor.insertSpaces": true, "editor.detectIndentation": false, "editor.expandTabs": true, - "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Mozilla }", - "cSpell.words": [ - "BROTHERHOBBYH" - ] + "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Mozilla }" } \ No newline at end of file