-
Notifications
You must be signed in to change notification settings - Fork 87
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
EditorConfig specification for the project and minor tooling improvements #1778
Conversation
These settings match the project settings.
|
[*] | ||
indent_style = space | ||
indent_size = 4 | ||
tab_width = 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tab_width = 8 | |
tab_width = 4 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1778 +/- ##
=======================================
Coverage 89.64% 89.64%
=======================================
Files 95 95
Lines 11748 11748
Branches 2058 2058
=======================================
Hits 10532 10532
Misses 819 819
Partials 397 397 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Serge Smertin <259697+nfx@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
## Changes This PR follows on from #1778 by cleaning up files that use tabs, have trailing whitespace, or are missing EOL at the end of files. By fixing these in one go other PRs become less noisy. (Sample files used in tests have been left alone and are not affected by this PR.)
Changes
This PR includes some trivial repository updates:
make verify
target is eliminated.Makefile
targets are now marked as phony, which is more of a hygiene thing than anything else.Tests