Change ruby formatter

This commit is contained in:
Wilfried OLLIVIER 2022-11-05 12:38:36 +01:00
parent 7fdb97be14
commit 819ecfdd36
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@
"[ruby]": {
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.defaultFormatter": "rebornix.ruby"
"editor.defaultFormatter": "ruby-syntax-tree.vscode-syntax-tree"
},
// JS/TS
"[typescript]": {