From 32346db348f9a2e704aecf53588a7786fd94703b Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Wed, 25 Aug 2021 22:08:38 -0500 Subject: [PATCH] feat: added StyLua conf file --- stylua.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stylua.toml diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..ddc8c4b --- /dev/null +++ b/stylua.toml @@ -0,0 +1,5 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Tabs" +indent_width = 4 +quote_style = "AutoPreferDouble"