vim-clang-format
vim-clang-format copied to clipboard
.clang-format file in root of repo
Hello,
Will vim-clang-format obey a .clang-format file at the root of the repository even if directives in vimrc are set otherwise?
I also want to know use g:clang_format#style_options or .clang-format file
@kdurant it does do what i asked above. .clang-format in repository will override defaults in vim config
What if the working directory does not correspond to the project root? May I set the path to .clang-format explicitly by a variable?