mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
9 lines
207 B
JSON
9 lines
207 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[typescript][jsonc][json][markdown]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[lua][luau]": {
|
|
"editor.defaultFormatter": "JohnnyMorganz.stylua"
|
|
}
|
|
}
|