Inline formatter options in analysis_options.yaml
diff --git a/packages/cupertino_ui/analysis_options.yaml b/packages/cupertino_ui/analysis_options.yaml
index 3e17bba..4384e18 100644
--- a/packages/cupertino_ui/analysis_options.yaml
+++ b/packages/cupertino_ui/analysis_options.yaml
@@ -18,3 +18,9 @@
   rules:
     # TODO(dkwingsmt): Remove when https://github.com/dart-lang/sdk/issues/63777 is fixed.
     unintended_html_in_doc_comment: false
+    
+
+# These are repeated from ../../analysis_options.yaml because pana cannot see
+# the shared options when the package is published.
+formatter:
+  page_width: 100
diff --git a/packages/material_ui/analysis_options.yaml b/packages/material_ui/analysis_options.yaml
index 3e17bba..0b74366 100644
--- a/packages/material_ui/analysis_options.yaml
+++ b/packages/material_ui/analysis_options.yaml
@@ -18,3 +18,8 @@
   rules:
     # TODO(dkwingsmt): Remove when https://github.com/dart-lang/sdk/issues/63777 is fixed.
     unintended_html_in_doc_comment: false
+
+# These are repeated from ../../analysis_options.yaml because pana cannot see
+# the shared options when the package is published.
+formatter:
+  page_width: 100