From 3a82b6ec27f00837e21f4bf287a471f9f0b3d6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Fl=C3=BCgge?= Date: Wed, 3 Jan 2024 01:19:09 +0100 Subject: [PATCH] chore: add stylua config for unified styling --- 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..255bfd9 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +call_parentheses = "Always"