forked from saugatkandel/AI-ML_Control_System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
26 lines (25 loc) · 794 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
{
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.variableTypes": true,
"python.sortImports.args": [
"--nsl",
"__init__.py",
"-l",
"120",
"--multi-line",
"11"
],
"terminal.integrated.commandsToSkipShell": [
"language-julia.interrupt"
],
"julia.symbolCacheDownload": true,
"editor.formatOnType": true,
"editor.wordWrapColumn": 120,
"editor.wordWrap": "on",
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--max-line-length=120"],
"python.linting.banditArgs": ["--max-line-length=120"]
}