From 4c543d7f44c5d94b9131c6e07bbcb1e53388dc17 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 16 Mar 2022 22:53:30 +0100 Subject: [PATCH] Added lua style file --- 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"