Skip to content

Commit 814e888

Browse files
committed
remove trailing comma
1 parent 4b108cd commit 814e888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/content/docs/docs/handbook/formatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For VS Code to respect the TypeSpec standard style set the following options sty
4747
"[typespec]": {
4848
"editor.detectIndentation": false,
4949
"editor.insertSpaces": true,
50-
"editor.tabSize": 2,
50+
"editor.tabSize": 2
5151
}
5252
}
5353
```

0 commit comments

Comments
 (0)