diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
| commit | 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (patch) | |
| tree | 75d3b91f9005e51b93a37b44f3ad23ce4f48bc35 /nvim/ftplugin/html.lua | |
| parent | 41c676453cd32fac760ff26e092c9dc81874739f (diff) | |
| download | dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.gz dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.bz2 dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.zip | |
Normalize line endings
Diffstat (limited to 'nvim/ftplugin/html.lua')
| -rw-r--r-- | nvim/ftplugin/html.lua | 16 |
1 files changed, 8 insertions, 8 deletions
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 @@ | |||
| 1 | local opt = vim.opt_local | 1 | local opt = vim.opt_local |
| 2 | 2 | ||
| 3 | opt.tabstop = 2 | 3 | opt.tabstop = 2 |
| 4 | opt.softtabstop = 2 | 4 | opt.softtabstop = 2 |
| 5 | opt.shiftwidth = 2 | 5 | opt.shiftwidth = 2 |
| 6 | opt.expandtab = true | 6 | opt.expandtab = true |
| 7 | opt.autoindent = true | 7 | opt.autoindent = true |
| 8 | opt.foldenable = true | 8 | opt.foldenable = true |
