Skip to content

Commit

Permalink
chore: 파일 저장 시 import 순서 자동정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
Mincheol Kim committed Jul 15, 2020
1 parent d190d4d commit a1bbb2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@
"explorer.sortOrder": "modified",
"editor.formatOnSaveTimeout": 3000,
"editor.codeActionsOnSaveTimeout": 3000,
"editor.fontFamily": "D2Coding"
"editor.fontFamily": "D2Coding",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}

0 comments on commit a1bbb2a

Please sign in to comment.