Skip to content

Commit

Permalink
Merge pull request #235 from joclement/next
Browse files Browse the repository at this point in the history
feat(vim): indent in markdown files by 2 instead of 4
  • Loading branch information
joclement authored Nov 6, 2024
2 parents 49d4014 + 2db9ee6 commit 2bb61b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/after/ftplugin/markdown.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2

0 comments on commit 2bb61b3

Please sign in to comment.