Skip to content

Instantly share code, notes, and snippets.

View teddylee777's full-sized avatar
๐Ÿ 
Working from home

Teddy Lee teddylee777

๐Ÿ 
Working from home
View GitHub Profile
@teddylee777
teddylee777 / settings.json
Created October 12, 2025 12:31
Visual Studio Code (Windows ์‚ฌ์šฉ์ž์šฉ) User Settings JSON ํŒŒ์ผ
{
// ============================================
// ์—๋””ํ„ฐ ๊ด€๋ จ ์„ค์ •
// ============================================
"editor.fontSize": 16,
"editor.fontVariations": false,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.inlineSuggest.enabled": true,