Skip to content
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

require clang-format 10.0 #9476

Merged
merged 1 commit into from Jan 28, 2021
Merged

require clang-format 10.0 #9476

merged 1 commit into from Jan 28, 2021

Conversation

shuffle2
Copy link
Contributor

@shuffle2 shuffle2 commented Jan 27, 2021

This is needed to bring *nix clang-format version in sync with the version packaged with VS.
The version parsing had to be changed because (Ubuntu 20.10):

$ clang-format-9 --version
clang-format version 9.0.1-14build1
$ clang-format-10 --version
Ubuntu clang-format version 10.0.1-6
$ clang-format --version
Ubuntu clang-format version 11.0.0-2

I've run clang-format-10 over Source\**\*.cpp and Source\**\*.h.

@leoetlino leoetlino merged commit a8adaa4 into dolphin-emu:master Jan 28, 2021
10 checks passed
@shuffle2 shuffle2 deleted the cfmt branch January 28, 2021 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants