1
1
{
2
+ "python.defaultInterpreterPath" : " .pyVenvOpenTcam/bin/python" ,
2
3
"editor.fontSize" : 12 ,
3
4
"editor.tabSize" : 4 ,
4
- "terminal.integrated.fontSize" : 12 ,
5
- "terminal.integrated.lineHeight" : 1 ,
6
- "terminal.integrated.shellIntegration.enabled" : true ,
7
5
"editor.insertSpaces" : true ,
8
6
"editor.bracketPairColorization.enabled" : true ,
9
7
"editor.bracketPairColorization.independentColorPoolPerBracketType" : true ,
10
8
"editor.comments.insertSpace" : true ,
11
9
"editor.detectIndentation" : true ,
12
10
"editor.lineHeight" : 0 ,
11
+ "editor.minimap.enabled" : false ,
12
+ "terminal.integrated.fontSize" : 11 ,
13
+ "terminal.integrated.lineHeight" : 1 ,
14
+ "terminal.integrated.shellIntegration.enabled" : true ,
13
15
// "files.trimTrailingWhitespace": true,
14
16
"markdown.preview.fontSize" : 10 ,
15
17
"markdown.preview.lineHeight" : 1.0 ,
16
18
"markdown-preview-github-styles.colorTheme" : " light" ,
17
19
"markdownShiki.theme" : " min-light" ,
18
- "editor.minimap.enabled" : false ,
19
- "cSpell.enabled" : true ,
20
- "cSpell.caseSensitive" : true ,
21
20
"json.maxItemsComputed" : 100000 ,
22
21
"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 ,
24
28
"cSpell.words" : [
25
29
" damerau" ,
26
30
" levenshtein" ,
27
- " tcam"
31
+ " tcam" , " TCAM" ,
32
+ " sram" , " SRAM" ,
33
+ " dataframe"
28
34
]
29
- }
35
+ }
0 commit comments