Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information