From b2da91f385dbfe3d7cd9c362f94fba72cd853264 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 3 Apr 2026 18:37:56 +1100 Subject: chore: Remove editor specific configuration files --- .vscode/c_cpp_properties.json | 16 ---------------- .vscode/settings.json | 9 --------- 2 files changed, 25 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/settings.json (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 109c8c0..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c99", - "cppStandard": "gnu++17", - "intelliSenseMode": "linux-gcc-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 95bc8fe..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "cSpell.words": [ - "IDAT", - "Paeth", - "PLTE", - "SIGNITURE", - "tinyff" - ] -} \ No newline at end of file -- cgit v1.2.3