chore: configure lua language server to disable formatting

This commit is contained in:
Micah Halter 2025-06-06 08:18:42 -04:00 committed by Tim Gröger
parent b607bed666
commit 1c85677a94
1 changed files with 3 additions and 0 deletions

3
.luarc.json Normal file
View File

@ -0,0 +1,3 @@
{
"format.enable": false
}