From a3c7b0f7d3fc04e105359d96c25660d49a9c8015 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 22 Jan 2022 16:46:43 +0100 Subject: feat(stylua): add config --- .stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .stylua.toml (limited to '.stylua.toml') diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..4c56db7 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 88 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true -- cgit v1.2.3-70-g09d2