From 30a218365ffd66f4aa623a6986494fc0696f09c1 Mon Sep 17 00:00:00 2001 From: Michael Utz Date: Mon, 14 Nov 2022 22:15:39 +0300 Subject: [PATCH] Add stylua --- .stylua.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .stylua.toml diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..8568e8b --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,4 @@ +column_width = 120 +indent_type = 'Spaces' +indend_width = 2 +no_call_parentheses = false