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

Removed duplicate config #7193

Merged
merged 1 commit into from Jun 1, 2023
Merged

Conversation

radarhere
Copy link
Member

It seems to me that if all files by indent_size = 4 by default,

Pillow/.editorconfig

Lines 4 to 11 in 3e3378f

[*]
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true
charset = utf-8
# Four-space indentation
indent_size = 4

then we don't need to specify that RST files do as well.

Pillow/.editorconfig

Lines 16 to 18 in 3e3378f

[*.rst]
# Four-space indentation
indent_size = 4

@hugovk hugovk merged commit 3ab83f2 into python-pillow:main Jun 1, 2023
57 of 58 checks passed
@radarhere radarhere deleted the editorconfig branch June 1, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants