Add prettier to the project #32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tasiaiso:prettier"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To format the core and apps folders
Ready to merge if you're OK with the configuration file at .prettierrc.yaml
Interesting!
I honestly really appreciate the attention to process here but also I panic a little inside when I see every line change.
Would it be fair to ask you to submit the request with just the configuration+build changes so that I can apply the reformatting on my own?
@ -2,3 +1,2 @@
"emoji": "🎛"
}
"type": "tildefriends-app",
Oh good grief. I'll make Tilde Friends export these with tabs.
@ -1,10 +1,12 @@
<!DOCTYPE html>
<!doctype html>
I spent a few minutes investigating this one, and I'm a little annoyed just at the world that this is even a thing.
@ -6,3 +5,1 @@
terminal interface, typically with a big text output box covering most of the
page and an input box at the bottom, into which text or commands can be
entered. A script runs to produce text output and consume user input.
When you visit Tilde Friends in a web browser, you are presented with a terminal interface, typically with a big text output box covering most of the page and an input box at the bottom, into which text or commands can be entered. A script runs to produce text output and consume user input.
My gut is that I'd prefer these to stay wrapped.
A cursory look at the prettier docs says that the relevant option is
proseWrap
, and the default ispreserve
, which should have left these alone.Perhaps I want that set to
always
? What am I missing?I did that manually, I didn't realize this was an option in the documentation.
I did that because it'd look better if you're reading this on a small display so it doesn't wrap at random places. It's reverted now.
I reverted most of the changes made by Prettier. You should be able to push your changes on my branch.
Pull request closed