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
If I generate a file for each of the available styles from the command line then I should be able to import them into the configurator however it chokes on them.
In https://clangpowertools.com/blog/getting-started-with-clang-format-style-options.html you describe how to create default configs.
If I generate a file for each of the available styles from the command line then I should be able to import them into the configurator however it chokes on them.
You give the following example:
clang-format.exe -style=llvm -dump-config > .clang-format
The outputted file fails to be decodable
I've tried all the different default presets of LLVM, GNU, Google, Chromium, Microsoft, Mozilla, WebKit and they all fail in the same way
The text was updated successfully, but these errors were encountered: