From 1c85677a949d0f68b5b1442a83617aa8cb82310d Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Fri, 6 Jun 2025 08:18:42 -0400 Subject: [PATCH] chore: configure lua language server to disable formatting --- .luarc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..8415579 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,3 @@ +{ + "format.enable": false +}