mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 20:54:26 +08:00
Add 'arduino' filetype to list of C-like languages. This is needed in order to avoid mix-indent-file warnings when using hard tabs for indentation in Arduino source files (*.ino, *.pde) containing top level block comments with leading space before a '*'. Similar to:460ed02864Original fix:8fde76dd63