We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Will vim-clang-format obey a .clang-format file at the root of the repository even if directives in vimrc are set otherwise?
The text was updated successfully, but these errors were encountered:
I also want to know use g:clang_format#style_options or .clang-format file
g:clang_format#style_options
Sorry, something went wrong.
@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?
No branches or pull requests
Hello,
Will vim-clang-format obey a .clang-format file at the root of the repository even if directives in vimrc are set otherwise?
The text was updated successfully, but these errors were encountered: