From 5d6d1012f859a2cf7b530318e191702a61df290e Mon Sep 17 00:00:00 2001 From: Peter Cardenas <16930781+PeterCardenas@users.noreply.github.com> Date: Wed, 30 Apr 2025 07:14:09 -0700 Subject: [PATCH] chore: disambiguate lua syntax (#1924) --- stylua.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stylua.toml b/stylua.toml index f675c91..701a3ca 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,3 +1,4 @@ +syntax = "Lua52" indent_type = "Spaces" indent_width = 2 column_width = 119