From 487c4fd1e34d3fe2d4476c6128443dbc68382d4c Mon Sep 17 00:00:00 2001 From: isabel Date: Fri, 29 Mar 2024 10:25:32 +0000 Subject: [PATCH] chore: add more to stylua --- stylua.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylua.toml b/stylua.toml index 91e0fef..5957975 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,6 +1,9 @@ indent_type = "Spaces" indent_width = 2 column_width = 120 +quote_style = "AutoPreferDouble" +call_parentheses = "Always" +line_endings = "Unix" [sort_requires] enabled = true