diff options
| author | jdhao <jdhao@hotmail.com> | 2020-01-01 18:57:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 18:57:53 +0800 |
| commit | 5c70859a1a38fa957f670287e4c47bc11170db80 (patch) | |
| tree | 12e9b6d2e2897178468c4d4635fcbc739e2835a0 /after/ftplugin/markdown.vim | |
| parent | 0538162c4d6ecb8f85e1ef4b9aa6c9994a3557fc (diff) | |
Revert change for Markdown filetype
Diffstat (limited to 'after/ftplugin/markdown.vim')
| -rw-r--r-- | after/ftplugin/markdown.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/after/ftplugin/markdown.vim b/after/ftplugin/markdown.vim index c332ff4..583e0a5 100644 --- a/after/ftplugin/markdown.vim +++ b/after/ftplugin/markdown.vim @@ -1,5 +1 @@ set concealcursor=c -set tabstop=2 " number of visual spaces per TAB -set softtabstop=2 " number of spaces in tab when editing -set shiftwidth=2 " number of spaces to use for autoindent -set expandtab " expand tab to spaces so that tabs are spaces |
