diff options
author | Cody Hiar <cody@hiar.ca> | 2023-05-11 12:28:43 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-05-11 12:28:43 -0600 |
commit | 3b16639a149f426f136da560227045bff69ec8d8 (patch) | |
tree | 8806d6343decdaef2f43d724b745b6e7c310835e | |
parent | 061bbb714ac22627eee2ee83ae8bfb54da7bd752 (diff) |
Set spacing for html files
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |