-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
27 lines (27 loc) · 955 Bytes
/
settings.json
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
{
"editor.fontSize": 13,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"C_Cpp.clang_format_fallbackStyle": "Google",
"editor.tabSize": 2,
"[python]": {
"editor.tabSize": 4
},
"terminal.integrated.rendererType": "dom",
"C_Cpp.updateChannel": "Insiders",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true
},
"window.zoomLevel": 0,
"python.linting.pylintEnabled": true,
"python.linting.pylintUseMinimalCheckers": true,
"python.linting.pycodestyleEnabled": true,
"terminal.integrated.fontSize": 13,
"window.menuBarVisibility": "visible",
"window.titleBarStyle": "custom",
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.scrollback": 5000
}