You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version was only
- looking up .clang_format in the file's directory.
- using -style=file option only, causing failure if pwd != file's
directory
This commit makes the behavior fully consistent with clang-format:
- lookup .clang_format in the file's directory and recursively go up
its parent directory until found. If no style file is found, defaults
to g:clang_format#style_options
0 commit comments