diff --git a/.vscode/settings.json b/.vscode/settings.json index c41611d..7f47e46 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,5 +30,8 @@ "ymax", "ymin" ], - "Lua.runtime.version": "LuaJIT" + "Lua.runtime.version": "LuaJIT", + "Lua.format.defaultConfig": { + "max_line_length": "512" + } } \ No newline at end of file