Hi all,
Is there a proto file formatter somewhere?
If not, why there isn't one? It seems possible to create a working prototype from FileDescriptor.
clang-format supports formatting proto files. Google uses clang-format for this internally:
https://clang.llvm.org/docs/ClangFormat.html
Most helpful comment
clang-format supports formatting proto files. Google uses clang-format for this internally:
https://clang.llvm.org/docs/ClangFormat.html