Skip to content

Instantly share code, notes, and snippets.

@MinHyeok-lee1
MinHyeok-lee1 / settings.json
Last active October 2, 2025 00:54
settings.json Template
{
// 기본 UI/터미널 세팅
"window.commandCenter": true,
"workbench.colorTheme": "Cursor Dark Midnight",
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 1.2,
@levisantosp
levisantosp / settings.json
Last active December 5, 2025 13:11
vscode settings
{
"files.autoSave": "afterDelay",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "smooth",
"javascript.format.insertSpaceAfterSemicolonInForStatements": false,
"typescript.format.insertSpaceAfterSemicolonInForStatements": false,
"typescript.format.semicolons": "remove",
"javascript.format.semicolons": "remove",
"javascript.preferences.quoteStyle": "single",
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
@wiizzl
wiizzl / config.json
Last active November 8, 2025 12:08
My VS Code config
{
// Theme
"workbench.iconTheme": "flow-dim",
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.preferredDarkColorTheme": "Catppuccin Mocha",
"workbench.productIconTheme": "material-product-icons",
// Misc
"workbench.startupEditor": "none",