Skip to content

Commit

Permalink
Update: markdownlintさんにスペース4つのインデントは怒られる
Browse files Browse the repository at this point in the history
  • Loading branch information
yasunori0418 committed Oct 16, 2023
1 parent 0e449c0 commit eaab770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/nvim/hooks/deinft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ vim.opt_local.expandtab = false
-- }}}

-- lua_markdown {{{
vim.opt_local.tabstop = 4
vim.opt_local.softtabstop = 4
vim.opt_local.shiftwidth = 4
vim.opt_local.tabstop = 2
vim.opt_local.softtabstop = 2
vim.opt_local.shiftwidth = 2
-- }}}

-- lua_php {{{
Expand Down

0 comments on commit eaab770

Please sign in to comment.