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

Correct sorting names alphabetically #647

Closed
wants to merge 2 commits into from
Closed

Conversation

mvdschee
Copy link

Token names were not sorted alphabetically, this update fixes this "issue".

@mvdschee
Copy link
Author

might be good to have a .editorconfig do you use spaces or tabs?

# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
max_line_length = 120
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

@DenisCarriere
Copy link
Contributor

Thanks for submitted, however the sorting is only required on the first letter

Requiring a full sort by every letter is a bit too demanding on user's PR, there's a script to sort by 1st character here: https://github.com/eoscafe/eos-airdrops/blob/master/scripts/sort.ts

✅ I've added .editorconfig

DenisCarriere added a commit that referenced this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants