start automating samtec connectors
This commit is contained in:
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@ -1,3 +1,24 @@
|
||||
{
|
||||
"editor.rulers": [
|
||||
120
|
||||
],
|
||||
"editor.formatOnSave": true,
|
||||
"python.formatting.provider": "black",
|
||||
"python.linting.lintOnSave": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.analysis.autoImportCompletions": false,
|
||||
"python.sortImports.args": [
|
||||
"--profile",
|
||||
"black"
|
||||
],
|
||||
"[python]": {
|
||||
"gitlens.codeLens.symbolScopes": [
|
||||
"!Module"
|
||||
],
|
||||
"editor.wordBasedSuggestions": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
}
|
||||
},
|
||||
"editor.foldingMaximumRegions": 10000
|
||||
}
|
Reference in New Issue
Block a user