Skip to content

Commit c89079f

Browse files
authored
Merge pull request #1 from kwonoj/chore-vscode
chore(editor): update editor configuration
2 parents 7def88b + b21d4d1 commit c89079f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/settings.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// 설정을 이 파일에 넣어서 기본 설정과 사용자 설정을 덮어씁니다.
2+
{
3+
"files.exclude": {
4+
"**/.git": true,
5+
"**/.svn": true,
6+
"**/.hg": true,
7+
"**/CVS": true,
8+
"**/.DS_Store": true,
9+
"**/node_modules": true
10+
},
11+
"tslint.autoFixOnSave": true
12+
}

0 commit comments

Comments
 (0)