Re: [Qemu-devel] [PATCH] gitignore: Ignore vim per-project config and clang complete

2017-06-04 Thread Qu Wenruo
At 06/02/2017 10:57 PM, Eric Blake wrote: On 06/01/2017 11:08 PM, Qu Wenruo wrote: Since we have already ignored ctags, ignoring .clangcomplete for vim-clang_completion is quite reasonable for me. (Not to mention vim-clang_completion provides better and more accurate completion and definition

Re: [Qemu-devel] [PATCH] gitignore: Ignore vim per-project config and clang complete

2017-06-02 Thread Eric Blake
On 06/01/2017 11:08 PM, Qu Wenruo wrote: > Since we have already ignored ctags, ignoring .clangcomplete for > vim-clang_completion is quite reasonable for me. > (Not to mention vim-clang_completion provides better and more accurate > completion and definition search) > > Also, qemu coding style is

[Qemu-devel] [PATCH] gitignore: Ignore vim per-project config and clang complete

2017-06-01 Thread Qu Wenruo
Since we have already ignored ctags, ignoring .clangcomplete for vim-clang_completion is quite reasonable for me. (Not to mention vim-clang_completion provides better and more accurate completion and definition search) Also, qemu coding style is using 4 space as indent other than 8-space tab, it a