refactor: add InsertBraces clang-format rule

Signed-off-by: Radoslaw Jablonski <radoslaw.jablonski@intel.com>
This commit is contained in:
Radoslaw Jablonski
2025-10-06 15:33:55 +00:00
committed by Compute-Runtime-Automation
parent 0eeb1899d4
commit 37c0d9b934

View File

@@ -71,6 +71,7 @@ IncludeCategories:
IndentCaseLabels: false
IndentWidth: 4
IndentWrappedFunctionNames: false
InsertBraces: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''