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

Add ability to change ordering of sections #20

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

cometsong
Copy link

A couple commits to update Anish's PR.
Tests succeed === Happy

@cometsong
Copy link
Author

(Let me know if better to merge these updates to PR#19 itself. I'd need "write-permission" on it to do so.)

- add   "embeddedLanguageFormatting": "off" to prettier config
- re-update resume.js tag formats
@rbardini rbardini changed the title PR19-fixes Add ability to change ordering of sections Dec 26, 2023
@rbardini rbardini added the enhancement New feature or request label Dec 26, 2023
@@ -3,5 +3,6 @@
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"],
"printWidth": 120,
"semi": false,
"singleQuote": true
"singleQuote": true,
"embeddedLanguageFormatting": "off"
Copy link
Owner

Choose a reason for hiding this comment

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

Does anything break if we keep embedded language formatting? I'm wondering why there are so many test snapshot changes. For consistency, I would prefer to not disable it, unless that results in even more changes.

@anishg24
Copy link

anishg24 commented May 6, 2024

Hey just checking what's the status, found some free time as of recent if there's anything more needed to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants