mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +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"
|
||
|
}
|
||
|
}
|