From 84d73660fa551f85c6a5236950c13b51e9756da4 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 13 Aug 2022 17:12:08 +0800 Subject: [PATCH] add stylua conf --- .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..f608111 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +# config for stylua, ref: https://github.com/JohnnyMorganz/StyLua +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true