Skip to content

Commit

Permalink
fix: ask pana to respect 100 column formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slightfoot committed Nov 19, 2024
1 parent 191ad7c commit 20b42ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/clerk_auth/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ analyzer:
exclude:
- '*.g.dart'

formatter:
page_width: 100

linter:
rules:
- avoid_print
Expand Down
3 changes: 3 additions & 0 deletions packages/clerk_flutter/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ include: package:flutter_lints/flutter.yaml
# exclude:
# - path/to/excluded/files/**

formatter:
page_width: 100

linter:
rules:
- avoid_print
Expand Down
3 changes: 3 additions & 0 deletions packages/clerk_widgetbook/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ include: package:flutter_lints/flutter.yaml
# exclude:
# - path/to/excluded/files/**

formatter:
page_width: 100

linter:
rules:
- avoid_print
Expand Down

0 comments on commit 20b42ee

Please sign in to comment.