From 6612fd350506a8d25bffdef995262f2ca8eceb2b Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sun, 27 Oct 2024 00:32:40 +0300 Subject: [PATCH] chore(tooling): Update editor-config key for Stylua as accepted upstream --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 811c070..62d180e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ max_line_length = 120 # StyLua keys collapse_simple_statement = never -space_after_functions = definitions +space_after_function_names = definitions # EmmyLuaCodeStyle keys continuation_indent = 6