From 600b5ed107579ae3619c337f79253765f83d41f5 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Fri, 24 Dec 2021 22:17:38 -0500 Subject: [PATCH] Add stylua config --- .stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..9e4d1f9 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Tabs" +indent_width = 4 +quote_style = "AutoPreferSingle" +no_call_parentheses = false