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'm trying to get to the bottom of this issue. In short, code generated by built_value does not align with my project's code formatting, so either I need to ignore .g.dart files during formatting (my first preference, but per the linked issue, not currently practical) or I need built_value to format generated code according to my project standards.
My suspicion is that built_value does format code, but it uses the standard line length (80). My project uses 120 character width.
The text was updated successfully, but these errors were encountered:
Even if it did, piping through the option would be annoying; I'm not convinced that's a good path. I think figuring out how to format only the non-generated files it the way to go.
Hi,
I'm trying to get to the bottom of this issue. In short, code generated by built_value does not align with my project's code formatting, so either I need to ignore
.g.dart
files during formatting (my first preference, but per the linked issue, not currently practical) or I need built_value to format generated code according to my project standards.My suspicion is that built_value does format code, but it uses the standard line length (80). My project uses 120 character width.
The text was updated successfully, but these errors were encountered: