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
Currently the build-enforced prettier width is making all javascript files 80 lines wide which is kind of small.
On a 2560x1440 resolution, a file takes up about 20% of the horizontal space available of the screen. While it's no big deal after work is done, formatting to something developers end up undoing constantly when working on code to make it editable/readable is resulting in a considerable amount of 'formatting commits'.
The high amount of formatting commits indicate the formatters settings are unhuman-like and merely provide an annoyance to developers versus any practical value.
The text was updated successfully, but these errors were encountered:
Currently the build-enforced prettier width is making all javascript files 80 lines wide which is kind of small.
On a 2560x1440 resolution, a file takes up about 20% of the horizontal space available of the screen. While it's no big deal after work is done, formatting to something developers end up undoing constantly when working on code to make it editable/readable is resulting in a considerable amount of 'formatting commits'.
The high amount of formatting commits indicate the formatters settings are unhuman-like and merely provide an annoyance to developers versus any practical value.
The text was updated successfully, but these errors were encountered: