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
I get the following error message for each of my files: "Invalid fallback style "LVM" I think this is caused by
clang-format-github-action/entrypoint.sh
Line 41 in d93d8bf
The text was updated successfully, but these errors were encountered:
Fixed invalid default style - #1 🛠
4e49929
Hi @Thalhammer , this issue has been fixed in v1.0.1. Thanks for pointing this out. Cheers 🍻
v1.0.1
Sorry, something went wrong.
No branches or pull requests
I get the following error message for each of my files:
"Invalid fallback style "LVM"
I think this is caused by
clang-format-github-action/entrypoint.sh
Line 41 in d93d8bf
"--fallback-style=LVM" should be "--fallback-style=LLVM"
The text was updated successfully, but these errors were encountered: