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/html.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'nvim/ftplugin/html.lua') 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 -- cgit v1.3