Skip to content
Snippets Groups Projects
Commit e5b9073f authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Fix vim yaml auto indent with colon

parent e916f245
No related branches found
No related tags found
No related merge requests found
......@@ -279,6 +279,8 @@ endfunction
" --- ansible ---{{{
let g:ansible_unindent_after_newline = 1
"do not auto indent when writing ':'
autocmd FileType yaml.ansible setlocal indentkeys-=<:>
"}}}
" --- python-mode ---{{{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment