From 8c90749c39570929753c8c06c50bd6e4d8b72ff9 Mon Sep 17 00:00:00 2001 From: Christopher Buss Date: Fri, 22 Nov 2024 21:14:10 +0000 Subject: [PATCH] fix(ci): stylua ci failing (#158) --- rokit.toml | 2 +- stylua.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rokit.toml b/rokit.toml index 9ff23f26..919ae665 100644 --- a/rokit.toml +++ b/rokit.toml @@ -1,6 +1,6 @@ [tools] wally = "upliftgames/wally@0.3.2" rojo = "rojo-rbx/rojo@7.4.4" -stylua = "johnnymorganz/stylua@0.20.0" +stylua = "johnnymorganz/stylua@2.0.1" selene = "kampfkarren/selene@0.27.1" Blink = "1Axen/Blink@0.14.1" diff --git a/stylua.toml b/stylua.toml index a29ce940..6cd1ce7e 100644 --- a/stylua.toml +++ b/stylua.toml @@ -5,6 +5,7 @@ indent_width = 4 quote_style = "ForceDouble" call_parentheses = "Always" collapse_simple_statement = "Never" +syntax = "Luau" [sort_requires] enabled = true