" Git commit message settings " Indentation setlocal expandtab setlocal tabstop=2 setlocal softtabstop=2 setlocal shiftwidth=2 setlocal textwidth=72 setlocal spell " Make bulleted lists with '*' not start wrapped lines with '*' setlocal comments-=mb:* comments+=fb:* " Proper line wrapping for numbered lists setlocal formatoptions+=n