From cd190c40dffe01148e40604d980768b44cd0dc48 Mon Sep 17 00:00:00 2001 From: tiagovla Date: Sat, 23 Oct 2021 01:54:11 -0300 Subject: [PATCH] ci: add stylua formatting --- .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..bb258b9 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 4 +quote_style = "AutoPreferDouble" +no_call_parentheses = false