Commit ff1f374 lwjohnst86
committed
1 parent c993100 commit ff1f374 Copy full SHA for ff1f374
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 ,
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
+ }
You can’t perform that action at this time.
0 commit comments