From bcf203d22f222a29e728dcf1ab674aee1ccf63f3 Mon Sep 17 00:00:00 2001 From: onlypuppy7 <35199523+onlypuppy7@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:06:05 +0000 Subject: [PATCH] Delete .vscode directory --- .vscode/settings.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 233e33c9..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "discord.removeDetails": true, - "discord.removeLowerDetails": true, - "discord.removeTimestamp": true, - "discord.removeRemoteRepository": true, - "prettier.requireConfig": true, // Only format files if a Prettier config file is found - "prettier.printWidth": 8000000, // Specify the line length that the printer will wrap on - "prettier.tabWidth": 4, // Specify the number of spaces per indentation level - "prettier.useTabs": false, // Indent lines with tabs instead of spaces - "prettier.semi": true, // Print semicolons at the ends of statements - "prettier.singleQuote": false, // Use single quotes instead of double quotes - "prettier.trailingComma": "es5", // Print trailing commas wherever possible in ES5 (objects, arrays, etc.) - "prettier.bracketSpacing": true, // Print spaces between brackets in object literals - "prettier.bracketSameLine": false // Put the `>` of a multi-line JSX element at the end of the last line -} \ No newline at end of file