You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default settings passed to the language server should include line length from Zed settings.
dart.lineLength (int?): Sets a default value for the formatter to wrap code at if no value is specified in formatter.page_width in analysis_options.yaml. If unspecified by both, code will be wrapped at 80 characters.
The default settings passed to the language server should include line length from Zed settings.
https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/tool/lsp_spec/README.md
The text was updated successfully, but these errors were encountered: