mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-27 17:53:51 +01:00
This patch prevents check_mix_indent_file() form notifying a "mix-ident-file" when working where C/CPP using space and comment like: /** * Some comment on the 1st column that shall not trigger check_indent_file() */ This kind of file can be found in linux kernel for example.