commit | 0f40ddd957999121a8c57ed05fee3c61871125ca | [log] [tgz] |
---|---|---|
author | Yuval Peress <peress@google.com> | Wed Jan 18 22:27:57 2023 -0700 |
committer | Lauren Murphy <lauren.murphy@intel.com> | Thu Jan 19 09:18:05 2023 -0800 |
tree | afc3f738a5d2ed66de0b07425fe0621771655d5b | |
parent | 7965fd2b4a8ac6d5b200835033849351284e9e94 [diff] |
tools: Fix clang-format values According to the clang-format documentation some values in our .clang-format are incorrect. See: - https://clang.llvm.org/docs/ClangFormatStyleOptions.html#allowshortblocksonasingleline - https://clang.llvm.org/docs/ClangFormatStyleOptions.html#sortincludes Signed-off-by: Yuval Peress <peress@google.com>