Add gitcommit filetype to vim config
This commit is contained in:
parent
27ea0ac4ec
commit
b72ee5d796
|
@ -10,6 +10,7 @@ autocmd Filetype dart setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
autocmd Filetype dockerfile setlocal ts=4 sw=4 sts=4 expandtab
|
autocmd Filetype dockerfile setlocal ts=4 sw=4 sts=4 expandtab
|
||||||
autocmd Filetype dot setlocal ts=2 sw=2 sts=2 expandtab
|
autocmd Filetype dot setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
autocmd Filetype elm setlocal ts=2 sw=2 sts=2 expandtab
|
autocmd Filetype elm setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
|
autocmd Filetype gitcommit setlocal colorcolumn=72
|
||||||
autocmd Filetype go setlocal ts=4 sw=4 sts=4
|
autocmd Filetype go setlocal ts=4 sw=4 sts=4
|
||||||
autocmd Filetype haskell setlocal ts=4 sw=4 sts=4 expandtab
|
autocmd Filetype haskell setlocal ts=4 sw=4 sts=4 expandtab
|
||||||
autocmd Filetype html setlocal ts=2 sw=2 sts=2 expandtab
|
autocmd Filetype html setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
|
|
Reference in a new issue