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 an .editorconfig file, to describe how code should be indented #115

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

mavit
Copy link
Contributor

@mavit mavit commented Oct 2, 2024

This matches what perltidy is configured to do, where applicable.

Many text editors support being configured with this. https://editorconfig.org/

This matches what `perltidy` is configured to do, where applicable.

Many text editors support being configured with this.  https://editorconfig.org/
Copy link
Member

@oalders oalders left a comment

Choose a reason for hiding this comment

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

Can we pare this down to only the filetypes present in the repo and not automatically generated?

The Makefile and META.json files are automatically generated, so we don't want anything to try to re-format it.

There's no HTML either. 😄

@mavit mavit requested a review from oalders October 3, 2024 14:07
.editorconfig Outdated Show resolved Hide resolved
@mavit mavit requested a review from oalders October 5, 2024 12:10
Copy link
Member

@oalders oalders left a comment

Choose a reason for hiding this comment

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

Thanks, @mavit!

@oalders oalders merged commit b7bc27e into perl-ide:main Oct 8, 2024
27 checks passed
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