From e590cf2543376215589fa764b027786ba1549391 Mon Sep 17 00:00:00 2001 From: Aaron Po Date: Tue, 23 Jun 2026 00:50:27 -0400 Subject: [PATCH] edit .clang-format --- tooling/pipeline/.clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/pipeline/.clang-format b/tooling/pipeline/.clang-format index dfce26b..fb2006d 100644 --- a/tooling/pipeline/.clang-format +++ b/tooling/pipeline/.clang-format @@ -1,5 +1,5 @@ --- BasedOnStyle: Google -ColumnLimit: 90 -IndentWidth: 4 +ColumnLimit: 80 +IndentWidth: 2 ...