Skip to content

Commit 4210f4d

Browse files
committed
updated vscode configs
1 parent c0ae568 commit 4210f4d

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.vscode/settings.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
11
{
2+
"python.defaultInterpreterPath": ".pyVenvOpenTcam/bin/python",
23
"editor.fontSize": 12,
34
"editor.tabSize": 4,
4-
"terminal.integrated.fontSize": 12,
5-
"terminal.integrated.lineHeight": 1,
6-
"terminal.integrated.shellIntegration.enabled": true,
75
"editor.insertSpaces": true,
86
"editor.bracketPairColorization.enabled": true,
97
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
108
"editor.comments.insertSpace": true,
119
"editor.detectIndentation": true,
1210
"editor.lineHeight": 0,
11+
"editor.minimap.enabled": false,
12+
"terminal.integrated.fontSize": 11,
13+
"terminal.integrated.lineHeight": 1,
14+
"terminal.integrated.shellIntegration.enabled": true,
1315
// "files.trimTrailingWhitespace": true,
1416
"markdown.preview.fontSize": 10,
1517
"markdown.preview.lineHeight": 1.0,
1618
"markdown-preview-github-styles.colorTheme": "light",
1719
"markdownShiki.theme": "min-light",
18-
"editor.minimap.enabled": false,
19-
"cSpell.enabled": true,
20-
"cSpell.caseSensitive": true,
2120
"json.maxItemsComputed": 100000,
2221
"yaml.format.printWidth": 100,
23-
"python.defaultInterpreterPath": ".pyVenvOpenTcam/bin/python3",
22+
"autoDocstring.docstringFormat": "one-line-sphinx",
23+
"autoDocstring.startOnNewLine": true,
24+
"autoDocstring.includeExtendedSummary": false,
25+
"autoDocstring.includeName": false,
26+
"cSpell.enabled": true,
27+
"cSpell.caseSensitive": true,
2428
"cSpell.words": [
2529
"damerau",
2630
"levenshtein",
27-
"tcam"
31+
"tcam", "TCAM",
32+
"sram", "SRAM",
33+
"dataframe"
2834
]
29-
}
35+
}

0 commit comments

Comments
 (0)