From 6902d22f20d52d0f071439f54736be648e6683b7 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Thu, 28 Nov 2024 12:32:50 -0800 Subject: [PATCH] fix: Remove unsupported config options Not sure if my version is too old? I got those options straight from the stylua repo... --- .stylua.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.stylua.toml b/.stylua.toml index d68fc64..49b29eb 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,11 +1,9 @@ -syntax = "Lua51" column_width = 80 line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferSingle" call_parentheses = "Always" -space_after_function_names = "Never" collapse_simple_statement = "Never" [sort_requires]