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

Create .editorconfig #324

Merged
merged 1 commit into from
May 7, 2021
Merged

Create .editorconfig #324

merged 1 commit into from
May 7, 2021

Conversation

dkfellows
Copy link
Member

@dkfellows dkfellows commented May 7, 2021

Apparently this lets us set the right tabs and stuff like that on a per-project basis

isaacs/github#170 (comment)

When you have a .editorconfig in your repository it will respect it when viewing code on GitHub.

indent_style = tab and indent_size = 4 shows tabs with 4 columns instead of 8

This was also useful.

Apparently this lets us set the right tabs and stuff like that on a per-project basis
@dkfellows
Copy link
Member Author

Well that seems to work, at least when viewing the POM file.

@dkfellows dkfellows marked this pull request as ready for review May 7, 2021 07:48
@dkfellows dkfellows added enhancement New feature or request minor Low priority labels May 7, 2021
@dkfellows dkfellows added this to the 7.0.0 milestone May 7, 2021
@dkfellows dkfellows merged commit a497a59 into master May 7, 2021
@dkfellows dkfellows deleted the editorconfig branch May 7, 2021 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor Low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant