Initial project setup (node)
This commit is contained in:
32
.vscode/settings.json
vendored
Normal file
32
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
// ── Git 설정 ──
|
||||
"git.defaultCloneDirectory": "C:\\Users\\User\\Projects",
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"git.enableSmartCommit": true,
|
||||
|
||||
// ── 에디터 설정 ──
|
||||
"editor.formatOnSave": true,
|
||||
"editor.tabSize": 2,
|
||||
"files.eol": "\n",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
|
||||
// ── Python 설정 ──
|
||||
"[python]": {
|
||||
"editor.tabSize": 4,
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
|
||||
// ── Docker 설정 ──
|
||||
"[dockerfile]": {
|
||||
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
|
||||
},
|
||||
|
||||
// ── 터미널 설정 ──
|
||||
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
||||
|
||||
// ── 솔메카 배포 관련 ──
|
||||
"solmeca.gitea.url": "http://100.125.85.86:3000",
|
||||
"solmeca.coolify.url": "http://100.125.85.86:8000"
|
||||
}
|
||||
Reference in New Issue
Block a user