From 9ff3a1760b9b9e16984bf1245b043fc2404f8f53 Mon Sep 17 00:00:00 2001 From: max397574 Date: Tue, 5 Oct 2021 19:58:18 +0200 Subject: =?UTF-8?q?refactor(all):=20=E2=99=BB=EF=B8=8F=20stylua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylua.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stylua.toml (limited to 'stylua.toml') diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..3e5eed0 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,5 @@ +column_width = 80 +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true -- cgit v1.2.3