aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/html.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-12 09:22:12 +0200
committerThomas Schmucker <ts@its1.de>2026-08-12 09:22:12 +0200
commit189d244d36d4ebb2189b698adb21f51cf1c4176a (patch)
tree3a6a9847dafabea051997b1a9cbc124a242ec1d3 /nvim/ftplugin/html.lua
parent6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (diff)
downloaddotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.gz
dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.tar.bz2
dotfiles-189d244d36d4ebb2189b698adb21f51cf1c4176a.zip
Revert "Normalize line endings"
This reverts commit 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.
Diffstat (limited to 'nvim/ftplugin/html.lua')
-rw-r--r--nvim/ftplugin/html.lua16
1 files changed, 8 insertions, 8 deletions
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 @@
1local opt = vim.opt_local 1local opt = vim.opt_local
2 2
3opt.tabstop = 2 3opt.tabstop = 2
4opt.softtabstop = 2 4opt.softtabstop = 2
5opt.shiftwidth = 2 5opt.shiftwidth = 2
6opt.expandtab = true 6opt.expandtab = true
7opt.autoindent = true 7opt.autoindent = true
8opt.foldenable = true 8opt.foldenable = true