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 following options are now available
printWidth - roughly how wide things will print. Defaults to 100
useTabs - should indents be done with tabs? Defaults to false
tabWidth - if not using tabs, how many spaces? Defaults to 4
endOfLine - "lf" or "crlf", defaults to "lf"
The options are specified in a file. In order of precedence
Initial ideas
Read https://prettier.io/docs/en/option-philosophy.html and prettier/prettier#40 again before adding any options.
The text was updated successfully, but these errors were encountered: