From e47b5ab113f20365854bb12e1efb68fccbf6abd8 Mon Sep 17 00:00:00 2001 From: Ellison Date: Thu, 10 Feb 2022 21:52:57 -0300 Subject: Create stylua.lua --- stylua.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stylua.lua diff --git a/stylua.lua b/stylua.lua new file mode 100644 index 0000000..0fd4cb5 --- /dev/null +++ b/stylua.lua @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = false -- cgit v1.2.3