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
However, running :ClangFormat gives different results than running clang-format -style=webkit. Is it possible for the plugin to support WebKit as well?
The text was updated successfully, but these errors were encountered:
I'm using the webkit style and it's working fine. To default to webkit style i just inserted let g:clang_format#style_options = { "BasedOnStyle" : "WebKit"} in my config flie.
clang-format
supports WebKit Coding Style: https://webkit.org/blog/25/webkit-coding-style-guidelines/However, running
:ClangFormat
gives different results than runningclang-format -style=webkit
. Is it possible for the plugin to support WebKit as well?The text was updated successfully, but these errors were encountered: