Skip to content

Instantly share code, notes, and snippets.

View alnahian2003's full-sized avatar
😀
“It works on my machine”

Al Nahian alnahian2003

😀
“It works on my machine”
View GitHub Profile
@alnahian2003
alnahian2003 / my_vscode_settings.json
Created March 19, 2024 16:00
My VS Code Settings
{
/**
* Better Defaults
**/
"editor.copyWithSyntaxHighlighting": false,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.snippetSuggestions": "top",
"diffEditor.ignoreTrimWhitespace": false,
"workbench.sideBar.location": "right",