Skip to content

Commit 5854c7c

Browse files
author
lwjohnst86
committed
🔄 synced local '.vscode/settings.json' with remote '.vscode/settings.json'
1 parent 2d55171 commit 5854c7c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎.vscode/settings.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files.autoSave": "onFocusChange",
33
"editor.tabSize": 2,
44
"editor.wordWrap": "off",
5-
"editor.formatOnSave": false,
5+
"editor.formatOnSave": true,
66
"git.autofetch": false,
77
"quarto.visualEditor.markdownWrap": "column",
88
"quarto.visualEditor.markdownWrapColumn": 72,
@@ -12,7 +12,7 @@
1212
"editor.tabCompletion": "on",
1313
"editor.snippetSuggestions": "inline",
1414
"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
1616
"ci", // Changes to our CI configuration files and scripts
1717
"docs", // Documentation only changes
1818
"feat", // A new feature
@@ -22,5 +22,8 @@
2222
"test", // Adding missing tests or correcting existing tests
2323
"chore", // Misc things, like renaming or deleting files
2424
],
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

Comments
 (0)