mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-26 21:58:10 +01:00
9 lines
244 B
JSON
9 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,
|
||
|
}
|