Skip to content

Commit

Permalink
Merge pull request #40 from rakiyoshi/fix-indent
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
rakiyoshi authored Mar 15, 2023
2 parents 684b463 + e816467 commit f675c82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions home/.config/nvim/lua/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ opt.termguicolors = true
----------------------

-- Indent
opt_global.smarttab = true
opt_global.expandtab = true
opt_global.tabstop = 4
opt_global.smartindent = true
opt_global.shiftwidth = 4
opt.smarttab = true
opt.expandtab = true
opt.tabstop = 4
opt.smartindent = true
opt.shiftwidth = 4

0 comments on commit f675c82

Please sign in to comment.