Skip to content

Commit c60df67

Browse files
committed
fix(ftplugin): correct indent to 4 space
1 parent 9127c9f commit c60df67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

after/ftplugin/markdown.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ local set = vim.opt_local
33
set.wrap = true
44
set.cindent = true
55
set.expandtab = true
6-
set.shiftwidth = 2
7-
set.softtabstop = 2
8-
set.tabstop = 2
6+
set.shiftwidth = 4
7+
set.softtabstop = 4
8+
set.tabstop = 4

0 commit comments

Comments
 (0)