You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous issue about this: #80
Which pretty much came to the same conclusion that you wrote above. I think that's been the decision all along, we just haven't enforced it, or retroactively converted all code to that style.
We're not totally consistent with how we include headers. What about something like this?
#include "Library.h"
#include <CesiumUtility/JsonValue.h>
It would be great if clang-format could enforce this. In any case, once we agree on something it should go in the C++ Style Guide.
The text was updated successfully, but these errors were encountered: