From 7d40232ccbf033c48f563c5e8f7fb4045a6ffea4 Mon Sep 17 00:00:00 2001 From: Bryan Wilder Field Lozano Date: Tue, 26 Nov 2024 22:57:08 -0800 Subject: [PATCH] [skip ci] Update .clang-format (#15484) --- .clang-format | 1 - CODEOWNERS | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 82e40a780ab..d29b0dbdcef 100644 --- a/.clang-format +++ b/.clang-format @@ -95,7 +95,6 @@ PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 200 PointerAlignment: Left -ReferenceAlignment: Left RawStringFormats: - Language: Cpp Delimiters: diff --git a/CODEOWNERS b/CODEOWNERS index ee732111fc3..ebeba90ed80 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,6 +1,10 @@ # Order is important; the last matching pattern takes the most # precedence. +.clang-format @tt-rkim @afuller-TT @blozano-tt @tt-aho + +.clang-tidy @tt-rkim @afuller-TT @blozano-tt @tt-aho + .github/ @tt-rkim @ttmchiou @TT-billteng @blozano-tt @afuller-TT .github/workflows/ttnn-run-sweeps.yaml @xanderchin @jdesousa-TT @sjameelTT