Markdown uses tabs
This commit is contained in:
parent
dc3eb098f0
commit
f646212abc
3 changed files with 3 additions and 3 deletions
|
@ -399,7 +399,7 @@ augroup vimrcEx
|
||||||
|
|
||||||
" Language whitespace settings
|
" Language whitespace settings
|
||||||
autocmd FileType less,snippets,javascript,json,c,xml,java,php,python setl et sw=4 sts=4
|
autocmd FileType less,snippets,javascript,json,c,xml,java,php,python setl et sw=4 sts=4
|
||||||
autocmd FileType make setl noet sw=8 sts=8 ts=8
|
autocmd FileType make,markdown setl noet sw=8 sts=8 ts=8
|
||||||
|
|
||||||
" Hard wrap prose
|
" Hard wrap prose
|
||||||
"
|
"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 68c949470eaa87c5d67080d32fb2b69c8b837eb4
|
Subproject commit 99cc7ea060637884293f38efb0d192828adcf8ff
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4
|
Subproject commit 683f4837a037e35e6a5236020e855fcd262ed48d
|
Loading…
Add table
Reference in a new issue