From 775743d49dd50649eff88e4ab7c815c83b473806 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 5 Dec 2024 18:23:23 -0800 Subject: [PATCH] Configure Page Width (#159856) --- analysis_options.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index 8a4a51abaf..55cb371d59 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -30,6 +30,9 @@ analyzer: # Ignore protoc generated files - "dev/conductor/lib/proto/*" +formatter: + page_width: 100 + linter: rules: # This list is derived from the list of all available lints located at