mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
8 lines
244 B
JSON
8 lines
244 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"workspace.library": ["./"],
|
|
"runtime.version": "Lua 5.4",
|
|
|
|
"--comment": "Format using Stylua instead",
|
|
"format.enable": false,
|
|
}
|