From 23cd80d925113e7aa9e433d6217dc28742e848cc Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Wed, 22 May 2024 06:44:30 +0700 Subject: [PATCH] add: stylua config 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..df96b7b --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true