Added indentation rules for YAML and TOML files.
This commit is contained in:
parent
4a62e0f40f
commit
9e4683275d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ createAutoCmd({
|
|||
"BufNewFile",
|
||||
"BufRead",
|
||||
},{
|
||||
pattern = "*.lua,*.js,*.jsx,*.scss,*.css,*.html,*.tmpl,*.tpl",
|
||||
pattern = "*.lua,*.js,*.jsx,*.scss,*.css,*.html,*.tmpl,*.tpl,*.yml,*.yaml,*.toml,*.tml",
|
||||
callback = function()
|
||||
local buf = vim.bo[vim.api.nvim_get_current_buf()]
|
||||
buf.expandtab = true
|
||||
|
|
Loading…
Reference in a new issue