mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-10 04:39:08 +00:00
18 lines
467 B
JSON
18 lines
467 B
JSON
|
{
|
||
|
"luau-lsp.types.roblox": false,
|
||
|
"luau-lsp.types.definitionFiles": ["luneTypes.d.luau"],
|
||
|
"luau-lsp.sourcemap.enabled": false,
|
||
|
"editor.formatOnSave": true,
|
||
|
"stylua.searchParentDirectories": true,
|
||
|
"prettier.tabWidth": 2,
|
||
|
"[luau][lua]": {
|
||
|
"editor.defaultFormatter": "JohnnyMorganz.stylua"
|
||
|
},
|
||
|
"[json][jsonc][markdown][yaml]": {
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[rust]": {
|
||
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||
|
}
|
||
|
}
|