2
2
"files.autoSave" : " onFocusChange" ,
3
3
"editor.tabSize" : 2 ,
4
4
"editor.wordWrap" : " off" ,
5
- "editor.formatOnSave" : false ,
5
+ "editor.formatOnSave" : true ,
6
6
"git.autofetch" : false ,
7
7
"quarto.visualEditor.markdownWrap" : " column" ,
8
8
"quarto.visualEditor.markdownWrapColumn" : 72 ,
9
- "autoDocstring.docstringFormat" : " numpy " ,
10
- "autoDocstring.includeName" : true ,
11
- "autoDocstring.startOnNewLine" : true ,
9
+ "autoDocstring.docstringFormat" : " google " ,
10
+ "autoDocstring.includeName" : false ,
11
+ "autoDocstring.startOnNewLine" : false ,
12
12
"editor.tabCompletion" : " on" ,
13
13
"editor.snippetSuggestions" : " inline" ,
14
14
"conventional-branch.type" : [
15
- " build" , // Changes that affect the build system or external dependencies
15
+ " build" , // Changes that affect the build system or external dependencies
16
16
" ci" , // Changes to our CI configuration files and scripts
17
17
" docs" , // Documentation only changes
18
18
" feat" , // A new feature
22
22
" test" , // Adding missing tests or correcting existing tests
23
23
" chore" , // Misc things, like renaming or deleting files
24
24
],
25
- "conventional-branch.format" : " {Type}/{Branch}"
26
- }
25
+ "conventional-branch.format" : " {Type}/{Branch}" ,
26
+ "[python]" : {
27
+ "editor.defaultFormatter" : " charliermarsh.ruff"
28
+ }
29
+ }
0 commit comments