From a459ffd8135d27499a616f5405468a1b20677223 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Dec 2024 13:06:41 +0100 Subject: misc stylua --- ftplugin/terraform.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/terraform.lua b/ftplugin/terraform.lua index 069b93b..4ff1c9a 100644 --- a/ftplugin/terraform.lua +++ b/ftplugin/terraform.lua @@ -1,3 +1,3 @@ -- for gc comments to work -vim.bo.commentstring = '# %s' -vim.b.undo_ftplugin = 'setl commentstring<' +vim.bo.commentstring = "# %s" +vim.b.undo_ftplugin = "setl commentstring<" -- cgit v1.2.3