From c75f852eb96c3eb826c77a4fdb311d38e7de50d9 Mon Sep 17 00:00:00 2001 From: pseudometa <73286100+chrisgrieser@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:45:33 +0100 Subject: [PATCH] style: update stylua config --- .stylua.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.stylua.toml b/.stylua.toml index 2cba385..24abde3 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,3 +1,5 @@ +# https://github.com/JohnnyMorganz/StyLua#options +column_width = 105 indent_type = "Tabs" indent_width = 3 quote_style = "AutoPreferDouble"