-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
.clang_format style file not used #52
Comments
Are you sure you should not put that .clang-format file in the source directory? |
Please give me the information which enables me to reproduce the problem. At least in my environment it looks working. |
i have a .clang_format in ~/.clang_format |
I'd had the same problem when using vim-clang and vim-clang-format together. Vim-clang and vim-calng-format use same command(
|
I also observe that vim-clang-format does not pick up |
if I set this in my ~/.vimrc file
then, vim-clang-format finds from README
When this variable's value is |
I also came across similar issue. My root cause was that default style used by plugin is So to switch to file:
|
I have a costume
.clang-format
file in my home directory. When I run vim-clang-format in gVim, it formats the code without my costume settings, although I setlet g:clang_format#detect_style_file = 1
in my vimrc. Does the plugin conflict with other plugins? What could be the problem?
The text was updated successfully, but these errors were encountered: