Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove all trailing whitespaces in src/content #6367

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mattcarrollcode
Copy link
Contributor

@mattcarrollcode mattcarrollcode commented Oct 20, 2023

This change was made by running find . -iname '*.md' -type f -exec sed -i '' 's/[[:space:]]\{1,\}$//' {} \+ on macOS in the src/content folder

Preview

@github-actions
Copy link

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@rickhanlonii
Copy link
Member

Heads up, this is going to cause a lot of merge conflicts for all of the translation repos. Might not be worth it.

@@ -11,7 +11,7 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
## Upcoming Conferences {/*upcoming-conferences*/}

### RedwoodJS Conference 2023 {/*redwoodjs-conference-2023*/}
September 26 - 29, 2023. Grants Pass, Oregon + remote (hybrid event)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @rickhanlonii
Only modifying the code is what we can discuss whether it is worth it or not. Amending paragraphs like these will lead to many conflicts in the forked repos.

Please do not merge this until you have manually reviewed it and unmodified everything but the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants