Skip to content

Commit 97091c8

Browse files
committed
format robot files on save in vscode
1 parent 1bd42f7 commit 97091c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"[toml][json][jsonc][yaml][markdown][github-actions-workflow]": {
3737
"editor.defaultFormatter": "dprint.dprint"
3838
},
39+
"[robotframework]": {
40+
"editor.defaultFormatter": "d-biehl.robotcode"
41+
},
3942
"robotcode.testExplorer.enabled": false,
4043
"explorer.compactFolders": false,
4144
"search.exclude": {

0 commit comments

Comments
 (0)