This is slick. Anyone with more vim-fu than me have a good way to add mixed tabs/spaces warnings to airline?
set list
set listchars=tab:»·,trail:·
It will not give you a file-wide warning but it will make tabs stand out (along with trailing whitespace).Not much help if you actually want tabs, granted.