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
It seems like the formatter is creating edits for whitespace that is legitimate. Consider the following Dockerfiles that is already using four spaces correctly for indentation.
EXPOSE 8000\
8001
The following program prints out 1 even though I would've expected 0 since no formatting is required.
It seems like the formatter is creating edits for whitespace that is legitimate. Consider the following Dockerfiles that is already using four spaces correctly for indentation.
EXPOSE 8000\ 8001
The following program prints out
1
even though I would've expected0
since no formatting is required.The text was updated successfully, but these errors were encountered: