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
Minor, but I think I'll add a simple Prettier config for formatting the UI code. Partly since I have the Prettier extension it tries to format on save, which I could disable, but having a config would be convenient. Depending on how other people work, I'm not sure if we need another command to help with formatting if you don't already have it in your IDE.
The text was updated successfully, but these errors were encountered:
Re-save UI files to remove some extra whitespace.
Includes a minimal `.prettierrc.toml` as a start
for #112. Though currently `requirePragma`
disables the formatter by default unless files
have a special comment to show that they've
already been formatted. I'll test out the settings
a bit to see how it looks, and then can
incrementally format the files as we go.
Re-save UI files to remove some extra whitespace.
Includes a minimal `.prettierrc.toml` as a start
for #112. Though currently `requirePragma`
disables the formatter by default unless files
have a special comment to show that they've
already been formatted. I'll test out the settings
a bit to see how it looks, and then can
incrementally format the files as we go.
Re-save UI files to remove some extra whitespace.
Includes a minimal `.prettierrc.toml` as a start
for #112. Though currently `requirePragma`
disables the formatter by default unless files
have a special comment to show that they've
already been formatted. I'll test out the settings
a bit to see how it looks, and then can
incrementally format the files as we go.
Minor, but I think I'll add a simple Prettier config for formatting the UI code. Partly since I have the Prettier extension it tries to format on save, which I could disable, but having a config would be convenient. Depending on how other people work, I'm not sure if we need another command to help with formatting if you don't already have it in your IDE.
The text was updated successfully, but these errors were encountered: