wg-lua/.vscode/settings.json

15 lines
326 B
JSON
Raw Normal View History

{
// Lune
"luau-lsp.require.mode": "relativeToFile",
"luau-lsp.require.directoryAliases": {
"@lune/": "~/.lune/.typedefs/0.8.2/"
},
// Formatting
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[luau][lua]": {
"editor.defaultFormatter": "JohnnyMorganz.stylua"
}
}