add indent file | markdownとcoffeeのタブを2に設定
This commit is contained in:
parent
75747fb7fe
commit
62af39fa19
2 changed files with 8 additions and 0 deletions
|
@ -426,3 +426,8 @@ function! GetCoffeeIndent(curlnum)
|
||||||
" No special rules applied, so use the default policy.
|
" No special rules applied, so use the default policy.
|
||||||
exec 'return' s:GetDefaultPolicy(a:curlnum)
|
exec 'return' s:GetDefaultPolicy(a:curlnum)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" tab space
|
||||||
|
setlocal expandtab
|
||||||
|
setlocal tabstop=2 shiftwidth=2 softtabstop=2
|
||||||
|
setlocal autoindent
|
||||||
|
|
3
sources_non_forked/vim-markdown/indent/markdown.vim
Normal file
3
sources_non_forked/vim-markdown/indent/markdown.vim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
set noexpandtab
|
||||||
|
set tabstop=2
|
||||||
|
set shiftwidth=2
|
Loading…
Reference in a new issue