From aeafa3c0ba07588734f464f23b13aac1ab344e74 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Fri, 22 Nov 2024 11:40:01 -0500 Subject: [PATCH] set preference for single quotes --- .config/nvim/.stylua.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/nvim/.stylua.toml b/.config/nvim/.stylua.toml index 83cec60..e88b263 100644 --- a/.config/nvim/.stylua.toml +++ b/.config/nvim/.stylua.toml @@ -1,10 +1,10 @@ column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" +line_endings = 'Unix' +indent_type = 'Spaces' indent_width = 2 -quote_style = "AutoPreferDouble" -call_parentheses = "Always" -collapse_simple_statement = "ConditionalOnly" +quote_style = 'AutoPreferSingle' +call_parentheses = 'Always' +collapse_simple_statement = 'ConditionalOnly' [sort_requires] enabled = false \ No newline at end of file