From 437bde1cfa8107525c1d203a18925867e692a808 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Jan 2024 21:44:19 +0000 Subject: [PATCH] Add stylua.toml --- stylua.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stylua.toml diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..2c7fb8a --- /dev/null +++ b/stylua.toml @@ -0,0 +1,8 @@ +indent_type = "Spaces" +indent_width = 2 +line_endings = "Unix" +no_call_parentheses = true +quote_style = "AutoPreferDouble" + +[sort_requires] +enabled = true