This would make it much easier for collaborators to ensure their changes have formatting that is consistent with the rest of the repo.
I'm locally using a .clang-format that just contains BasedOnStyle: Chromium, which is reasonably close to the existing code, but not perfect. Ideally @rossberg could add a .clang-format based on his preferences, and apply it to the existing code.
This would make it much easier for collaborators to ensure their changes have formatting that is consistent with the rest of the repo.
I'm locally using a
.clang-formatthat just containsBasedOnStyle: Chromium, which is reasonably close to the existing code, but not perfect. Ideally @rossberg could add a.clang-formatbased on his preferences, and apply it to the existing code.