From e31521eb345da221fb6d3418a849f37a644f80f5 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 30 Jun 2023 10:53:31 +0200 Subject: Add .stylua.toml --- .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..3d01d23 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 80 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "Always" -- cgit v1.2.3