|
12 | 12 | "editor.fontSize": 14, |
13 | 13 | "editor.formatOnSave": true, |
14 | 14 | "editor.renderWhitespace": "all", |
15 | | - "editor.rulers": [ |
16 | | - 120 |
17 | | - ], |
| 15 | + "editor.rulers": [120], |
18 | 16 | "editor.suggestSelection": "recentlyUsedByPrefix", |
19 | 17 | "explorer.autoReveal": true, |
20 | 18 | "explorer.sortOrder": "type", |
|
44 | 42 | "java.configuration.updateBuildConfiguration": "automatic", |
45 | 43 | "java.format.enabled": false, |
46 | 44 | "php.suggest.basic": false, |
47 | | - "python.formatting.blackArgs": [ |
48 | | - "--line-length", |
49 | | - "120" |
50 | | - ], |
| 45 | + "python.formatting.blackArgs": ["--line-length", "120"], |
51 | 46 | "python.formatting.provider": "black", |
52 | 47 | "python.languageServer": "Pylance", |
53 | | - "python.linting.flake8Args": [ |
54 | | - "--max-line-length=120" |
55 | | - ], |
| 48 | + "python.linting.flake8Args": ["--max-line-length=120"], |
56 | 49 | "python.linting.flake8Enabled": true, |
57 | 50 | "python.linting.mypyArgs": [], |
58 | 51 | "python.linting.mypyEnabled": true, |
|
68 | 61 | }, |
69 | 62 | "terminal.integrated.fontFamily": "Hack Nerd Font", |
70 | 63 | "window.title": "${activeEditorMedium}${separator}${rootName}${separator}${rootPath}", |
71 | | - "window.zoomLevel": 0, |
| 64 | + "window.zoomLevel": 3, |
72 | 65 | "workbench.colorTheme": "Noctis Azureus", |
73 | 66 | "workbench.editor.enablePreview": false, |
74 | 67 | "workbench.tree.indent": 24, |
|
0 commit comments