diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a311f58..af9bf251 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,4 +37,4 @@ flutter --version If you are contributing for any specific issue, make sure to reference the issue in your PR so that we can help with additional information. -Note: If you face linter issues while submitting PR, run this command `dart format .` +Note: If you face linter issues while submitting PR, run this command `dart format --line-length 80 --set-exit-if-changed .`