From 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 12 Aug 2026 09:19:03 +0200 Subject: Normalize line endings --- nvim/ftplugin/gitolite.lua | 8 ++++---- nvim/ftplugin/html.lua | 16 ++++++++-------- nvim/ftplugin/lua.lua | 12 ++++++------ nvim/ftplugin/markdown.lua | 6 +++--- nvim/ftplugin/sh.lua | 8 ++++---- nvim/ftplugin/taskedit.lua | 2 +- nvim/ftplugin/taskwarrior.lua | 14 +++++++------- nvim/ftplugin/typescript.lua | 12 ++++++------ 8 files changed, 39 insertions(+), 39 deletions(-) (limited to 'nvim/ftplugin') diff --git a/nvim/ftplugin/gitolite.lua b/nvim/ftplugin/gitolite.lua index c5d1305..acbde0f 100644 --- a/nvim/ftplugin/gitolite.lua +++ b/nvim/ftplugin/gitolite.lua @@ -1,4 +1,4 @@ -local opt = vim.opt_local - -opt.expandtab = true -opt.shiftwidth = 4 +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 4 diff --git a/nvim/ftplugin/html.lua b/nvim/ftplugin/html.lua index 009e21d..98580db 100644 --- a/nvim/ftplugin/html.lua +++ b/nvim/ftplugin/html.lua @@ -1,8 +1,8 @@ -local opt = vim.opt_local - -opt.tabstop = 2 -opt.softtabstop = 2 -opt.shiftwidth = 2 -opt.expandtab = true -opt.autoindent = true -opt.foldenable = true +local opt = vim.opt_local + +opt.tabstop = 2 +opt.softtabstop = 2 +opt.shiftwidth = 2 +opt.expandtab = true +opt.autoindent = true +opt.foldenable = true diff --git a/nvim/ftplugin/lua.lua b/nvim/ftplugin/lua.lua index 096143b..087e84c 100644 --- a/nvim/ftplugin/lua.lua +++ b/nvim/ftplugin/lua.lua @@ -1,6 +1,6 @@ -local opt = vim.opt_local - -opt.expandtab = true -opt.shiftwidth = 2 -opt.softtabstop = 2 -opt.tabstop = 2 +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 +opt.softtabstop = 2 +opt.tabstop = 2 diff --git a/nvim/ftplugin/markdown.lua b/nvim/ftplugin/markdown.lua index 5f07330..dca68dd 100644 --- a/nvim/ftplugin/markdown.lua +++ b/nvim/ftplugin/markdown.lua @@ -1,3 +1,3 @@ -local opt = vim.opt_local - -opt.wrap = true +local opt = vim.opt_local + +opt.wrap = true diff --git a/nvim/ftplugin/sh.lua b/nvim/ftplugin/sh.lua index cda52f1..4bde5f7 100644 --- a/nvim/ftplugin/sh.lua +++ b/nvim/ftplugin/sh.lua @@ -1,4 +1,4 @@ -local opt = vim.opt_local - -opt.expandtab = true -opt.shiftwidth = 2 +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 diff --git a/nvim/ftplugin/taskedit.lua b/nvim/ftplugin/taskedit.lua index a905acb..ebc56aa 100644 --- a/nvim/ftplugin/taskedit.lua +++ b/nvim/ftplugin/taskedit.lua @@ -1 +1 @@ -vim.cmd.runtime("ftplugin/taskwarrior.lua") +vim.cmd.runtime("ftplugin/taskwarrior.lua") diff --git a/nvim/ftplugin/taskwarrior.lua b/nvim/ftplugin/taskwarrior.lua index a3c4537..64f8ed7 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 diff --git a/nvim/ftplugin/typescript.lua b/nvim/ftplugin/typescript.lua index 096143b..087e84c 100644 --- a/nvim/ftplugin/typescript.lua +++ b/nvim/ftplugin/typescript.lua @@ -1,6 +1,6 @@ -local opt = vim.opt_local - -opt.expandtab = true -opt.shiftwidth = 2 -opt.softtabstop = 2 -opt.tabstop = 2 +local opt = vim.opt_local + +opt.expandtab = true +opt.shiftwidth = 2 +opt.softtabstop = 2 +opt.tabstop = 2 -- cgit v1.3