Dart auto code formatting #237
marcoredz
started this conversation in
Show and tell
Replies: 1 comment
-
|
Good point. TBH we have not prioritized these aspects so far. @lucaantonelli what are your thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
After forking the project, I read the style guidelines and noticed that the line length limit is set to 80 characters. However, when I run the
dart format .command, several files are modified because they contain lines exceeding this limit.For example, in the main.dart file:
I was wondering if this formatting is intentional in some parts of the code. Personally, I use automatic formatting on file save, so any functional changes I make would also include formatting changes.
Do you think it makes sense to propose a pull request where all files are formatted to adhere to the 80-character line length limit? I could take care of this if you find it useful.
Beta Was this translation helpful? Give feedback.
All reactions