From 3b16639a149f426f136da560227045bff69ec8d8 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 11 May 2023 12:28:43 -0600 Subject: Set spacing for html files --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index bfdbd66..512c7be 100644 --- a/init.lua +++ b/init.lua @@ -37,6 +37,7 @@ vim.cmd [[ autocmd Filetype nix setlocal ts=2 sw=2 sts=0 expandtab autocmd Filetype terraform setlocal ts=2 sw=2 sts=0 expandtab autocmd Filetype hcl setlocal ts=2 sw=2 sts=0 expandtab +autocmd Filetype html setlocal ts=2 sw=2 sts=0 expandtab autocmd BufNewFile,BufRead *.nomad setfiletype hcl autocmd BufNewFile,BufRead *.yaml setfiletype yaml.ansible autocmd BufNewFile,BufRead *.yml setfiletype yaml.ansible -- cgit v1.2.3