Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Lint
- conf
- pep8
- pyenv
- springboot
- vscode
- 유닉스의탄생
- typevar
- maxlinelength
- Algorithm
- 규칙없음
- flake8
- python
- Golang
- printer_helper
- ProxyServer
- organizeImports
- 오큘러스퀘스트2
- codewars
- 조엘온소프트웨어
- 독후감
- 코로나백신
- loadimpact
- opensouce
- restfulapi
- GlobalInterprintLock
- httppretty
- codewar
- 글쓰기가필요하지않은인생은없다
- goalng
Archives
- Today
- Total
일상적 이야기들.
Vscode Setting 정보 본문
{
"window.zoomLevel": 1,
"workbench.colorTheme": "One Dark Pro",
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
],
"workbench.iconTheme": "vscode-icons",
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"editor.renderIndentGuides": true,
"window.title": "${activeEditorMedium}${separator}${rootName}",
"editor.minimap.enabled": false,
"editor.fontFamily": "Monaco",
"editor.rulers": [80]
}
'프로그래밍 > PYTHON' 카테고리의 다른 글
GIL 에 대해서 이야기를 해보자. (0) | 2021.08.05 |
---|---|
flake8과 black의 조합. (0) | 2021.07.04 |
Mac - Bigsur 에서 pyenv 문제 (0) | 2021.01.03 |
[TIL] Pytest - mock server 구축 (0) | 2020.09.23 |
[TIL] vscode - organizeImports 설정 (0) | 2020.09.17 |
Comments