aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-05-11 12:28:43 -0600
committerCody Hiar <cody@hiar.ca>2023-05-11 12:28:43 -0600
commit3b16639a149f426f136da560227045bff69ec8d8 (patch)
tree8806d6343decdaef2f43d724b745b6e7c310835e
parent061bbb714ac22627eee2ee83ae8bfb54da7bd752 (diff)
Set spacing for html files
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
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