The C++ code includes some references to clang-format for autoformatting, but I couldn't find a .clang-format style definition, and it doesn't seem to use any of the styles bundled with clang-format.
I'm working on a branch that would add support for automatic pairing of devices on Windows (so users don't have to go through the awkward system dialog and manually disconnect their device after pairing), and it looks like it will require some significant changes to save and retry operations after pairing. These will be easier to review if formatting is tidy.
Can the preferred format style be added?
The C++ code includes some references to
clang-formatfor autoformatting, but I couldn't find a.clang-formatstyle definition, and it doesn't seem to use any of the styles bundled withclang-format.I'm working on a branch that would add support for automatic pairing of devices on Windows (so users don't have to go through the awkward system dialog and manually disconnect their device after pairing), and it looks like it will require some significant changes to save and retry operations after pairing. These will be easier to review if formatting is tidy.
Can the preferred format style be added?