From 0ac6c6c09122630e7858a1c7433dfd68fde20fb3 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sat, 29 Jan 2022 16:12:12 -0600 Subject: [PATCH] chore: update stylua config --- .stylua.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.stylua.toml b/.stylua.toml index ffab677..48e35ae 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,3 +1,6 @@ column_width = 100 indent_type = "Tabs" +indent_width = 3 +line_endings = "Unix" quote_style = "AutoPreferSingle" +