From 189d244d36d4ebb2189b698adb21f51cf1c4176a Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Aug 2026 09:22:12 +0200 Subject: Revert "Normalize line endings" This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c. --- nvim/ftplugin/taskwarrior.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nvim/ftplugin/taskwarrior.lua') diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua index 64f8ed7..a3c4537 100644 --- a/nvim/ftplugin/taskwarrior.lua +++ b/nvim/ftplugin/taskwarrior.lua @@ -1,7 +1,7 @@ -local opt = vim.opt_local - -opt.autoindent = false -opt.cindent = false -opt.indentexpr = "" -opt.indentkeys = "" -opt.smartindent = false +local opt = vim.opt_local + +opt.autoindent = false +opt.cindent = false +opt.indentexpr = "" +opt.indentkeys = "" +opt.smartindent = false -- cgit v1.3