chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Remove custom clang-format #227

Closed danakj closed 1 year ago

danakj commented 1 year ago

The Clang 16 release will format Subspace correctly now, modulo bugs (of which there are a bunch but the custom bin won't do any better really).

So we can remove that extra infra and documentation.

danakj commented 1 year ago

We're using DEPS to pull clang-format now which is pretty okay, as we also use it to pull fmt. I think this is fine for now. I don't mind removing it from DEPS once MSVC is shipping with a latest enough one.