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 ...