From 072ef7d6bf8c55a79949e404649a89fb1c856741 Mon Sep 17 00:00:00 2001 From: demenik Date: Tue, 16 Dec 2025 14:47:09 +0100 Subject: [PATCH] fix: Fix typo --- home/editors/nvim/stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/editors/nvim/stylua.toml b/home/editors/nvim/stylua.toml index f8471d5..9f7882f 100644 --- a/home/editors/nvim/stylua.toml +++ b/home/editors/nvim/stylua.toml @@ -1,2 +1,2 @@ -quote_style = "AutoPreferSignle" +quote_style = "AutoPreferSingle" call_parentheses = "None"