Commit c21740a1 authored by William Goszal's avatar William Goszal 🚴

tambah formatter line-length jadi 150 biar gak terlalu kecil workspacenya

parent ae489d4a
...@@ -25,5 +25,12 @@ linter: ...@@ -25,5 +25,12 @@ linter:
# avoid_print: false # Uncomment to disable the `avoid_print` rule # avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
analyzer:
language:
strict-inference: true
formatter:
line-length: 150
# Additional information about this file can be found at # Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options # https://dart.dev/guides/language/analysis-options
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment