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
I currently have dart format set to formatting to 120 characters per line, globally in my Visual Studio Code user settings.
However, the default formatting for Dart projects is 80 characters per line.
We should enforce the line length for the project's Dart files.
In Visual Studio Code, adding this setting to the .vscode folder/settings file should do it.
Not sure about other editors though.
The text was updated successfully, but these errors were encountered:
I currently have
dart format
set to formatting to 120 characters per line, globally in my Visual Studio Code user settings.However, the default formatting for Dart projects is 80 characters per line.
We should enforce the line length for the project's Dart files.
In Visual Studio Code, adding this setting to the
.vscode
folder/settings file should do it.Not sure about other editors though.
The text was updated successfully, but these errors were encountered: