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/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 98580db..009e21d 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