From 1a29e2858a8fd94a7555fffaefc221ab783115f4 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 18 Jan 2022 16:52:41 +0300 Subject: [PATCH] Add stylua.toml --- 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..9393cf9 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,5 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble"