Skip to content

Commit

Permalink
Adds json to two spaced file list
Browse files Browse the repository at this point in the history
  • Loading branch information
usodst committed Dec 21, 2023
1 parent 5dde861 commit 0a01302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vim.opt.shiftwidth = 4
vim.lsp.set_log_level("off")

vim.api.nvim_create_autocmd("FileType", {
pattern = {"terraform", "markdown", "lua", "tf", "sh"},
pattern = {"terraform", "markdown", "lua", "tf", "sh", "json"},
callback = function ()
vim.opt_local.tabstop = 2
vim.opt_local.softtabstop = 2
Expand Down

0 comments on commit 0a01302

Please sign in to comment.