-
- Downloads
"README.rst" did not exist on "e3c8fc83aa75f90c82d0c5da5b2c9c4be28ad9bd"
clang-format: don't indent namespaces
This change doesn't affect existing code. Inner namespace indentation can lead to a lot of indentation in the case of anonymous namespaces and the like, impeding readability. Of the clang-format builtin styles LLVM, Google, Chromium and Mozilla use None while WebKit uses Inner. Signed-off-by:Ian Rogers <irogers@google.com> Signed-off-by:
Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Please register or sign in to comment