aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/sh.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-12 09:19:03 +0200
committerThomas Schmucker <ts@its1.de>2026-08-12 09:19:03 +0200
commit6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (patch)
tree75d3b91f9005e51b93a37b44f3ad23ce4f48bc35 /nvim/ftplugin/sh.lua
parent41c676453cd32fac760ff26e092c9dc81874739f (diff)
downloaddotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.gz
dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.bz2
dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.zip
Normalize line endings
Diffstat (limited to 'nvim/ftplugin/sh.lua')
-rw-r--r--nvim/ftplugin/sh.lua8
1 files changed, 4 insertions, 4 deletions
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 @@
1local opt = vim.opt_local 1local opt = vim.opt_local
2 2
3opt.expandtab = true 3opt.expandtab = true
4opt.shiftwidth = 2 4opt.shiftwidth = 2