Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDo something about HoloLens C++ code formating #24031
Closed
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Nov 4, 2019
bors-servo
added a commit
that referenced
this issue
Nov 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Visual Studio can format the whole file based on the clang-format file.
It's not done automatically, but it, sometimes, happens (on pasting for example).
That means we get some random syntax changes in pull requests. For example: #24030
We should enable tidy for hololens code, and figure out the right formatting.