pearofducks / ansible-vim

A vim plugin for syntax highlighting Ansible's common filetypes
MIT License
800 stars 98 forks source link

Disable auto indentation #50

Closed jdelvecchio closed 6 years ago

jdelvecchio commented 6 years ago

Is there a variable to disable auto indentation ?

Thanks.

pearofducks commented 6 years ago

You can control indentation for any filetype using built-in Vim settings — this article details how