-
Notifications
You must be signed in to change notification settings - Fork 71
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
Improve YAML formatting for pkgdown #1042
Conversation
Also rename fileext: yml -> yaml
Codecov Report
@@ Coverage Diff @@
## main #1042 +/- ##
=======================================
Coverage 91.08% 91.08%
=======================================
Files 46 46
Lines 2691 2691
=======================================
Hits 2451 2451
Misses 240 240
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Did you use a formatter or format manually? |
I used VS Code's YAML formatter |
@lorenzwalthert Did you need any further clarifications on this PR? |
No. I was wondering if we should add a pre-commit hook for YAML formatting (and I remembered there weren’t any popularones at the time I checked last time) and I found the there is one by Google now and I might use it in the future (google/yamlfmt#58). |
That'd indeed be great! |
Also rename fileext: yml -> yaml