From a6bf1207d7413e6aa9818f0c1541d165fa7ac885 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 25 Nov 2024 16:46:27 +0200 Subject: [PATCH] add make ft settings --- after/ftplugin/make.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 after/ftplugin/make.lua diff --git a/after/ftplugin/make.lua b/after/ftplugin/make.lua new file mode 100644 index 0000000..4c203e4 --- /dev/null +++ b/after/ftplugin/make.lua @@ -0,0 +1,5 @@ +vim.opt_local.tabstop = 4 +vim.opt_local.shiftwidth = 4 +vim.opt_local.softtabstop = 4 +vim.opt_local.expandtab = false +