Skip to content

Added clang-format for core/lib/encoding

  • Add .clang-format tile to core/lib/encoding with BasedOnStyle: Google
  • Run clang-format --style=google -i ./src/core/lib/encoding/*
  • Run clang-format --style=google -i ./src/core/include/encoding/*

I'm hoping to use this PR to help agree on a clang-format style, and then apply this style to the rest of the repo.

Merge request reports