-
Notifications
You must be signed in to change notification settings - Fork 69
dot editorconfig #103
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
dot editorconfig #103
Conversation
Hi @michelp,
Thank you for your contribution! That's a really neat feature.
PS looks like our testing framework chose a bad port.
codecov-io
commented
Jul 12, 2017
Codecov Report
Merging #103 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #103 +/- ## ======================================= Coverage 92.78% 92.78% ======================================= Files 28 28 Lines 5366 5366 Branches 880 880 ======================================= Hits 4979 4979 Misses 387 387
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0c4108e...b841f7f. Read the comment docs.
For some reason github formats tabs as eight spaces, this messes up the formatting of sql files in pg_pathman. For example compare:
https://github.com/postgrespro/pg_pathman/blob/master/range.sql
to:
https://github.com/michelp/pg_pathman/blob/master/range.sql
this PR drops an editorconfig file to improve formatting.