-
Notifications
You must be signed in to change notification settings - Fork 492
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
docs: remove redundant trailing spaces and newlines #535
base: main
Are you sure you want to change the base?
Conversation
Run & review this pull request in StackBlitz Codeflow. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This will likely force me to reapprove all the related localizations in crowdin. So, I don't think it is worth it |
Do crowdin translation contains trailing whitespaces? |
I just checked out crowdin page for pnpm, and unfortunately, its sources do contain trailing whitespaces. If there is a way to download crowdin translation, we can run a script to automatically update all the sources to remove trailing whitespaces. |
is there some linting for preventing trailing spaces in the future? maybe remark can be used |
There are plenty of markdown linters if one searches for it on Google:
But the tool I used to create this PR was a simple Node.js script. |
IMO, the formatting of markdown files in this repo doesn't matter. People can even edit the files in the github web interface. We don't care about the format. So, I'd just recommend to turn off autoformat in the editor for this repo. We can commit a vscode config file if that helps. |
No description provided.