Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #2806: [Tools] Sanitize existing clang-format rules
472a423 Sanitize existing clang-format rules (Fuzzbawls) Pull request description: Removes un-necessary extra whitespace, set explicit values instead of implied values for some rules, and update the standard to c++14. Updated the following rules to their new names: - `AlignEscapedNewlinesLeft` -> `AlignEscapedNewlines` - `IndentFunctionDeclarationAfterType` -> `IndentWrappedFunctionNames` Removed the following rules as they are un-necessary: - `Penalty*`: since we don't enforce a line length - `TabWidth`: since we don't use tabs ACKs for top commit: Liquid369: tACK 472a423 panleone: utACK 472a423 Tree-SHA512: 539dd87c6c0965828132ad8110a151aa4679db8fdc6adc93f606239ad903b22606934e790a9689dfad568dffc15cbd17d260ad7d07c43dc4d59d1a94832b1982
- Loading branch information