From 1ca80ae6f678a210ebf3bab155fc5edd16884076 Mon Sep 17 00:00:00 2001 From: Jacob Dahl <37091262+dakejahl@users.noreply.github.com> Date: Wed, 15 Oct 2025 12:08:02 -0800 Subject: [PATCH] astyle: remove max line length (#25717) --- Tools/astyle/astylerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/astyle/astylerc b/Tools/astyle/astylerc index efdc279ca9..3d1b437ef3 100644 --- a/Tools/astyle/astylerc +++ b/Tools/astyle/astylerc @@ -15,4 +15,4 @@ ignore-exclude-errors-x lineend=linux exclude=EASTL add-brackets -max-code-length=120 +max-code-length=140