-
Notifications
You must be signed in to change notification settings - Fork 189
Add mention of earth package in docs. #209
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
Conversation
Markdown auto-formatter in VS code did this. Do you have a formatter that
would keep the style as-is?
Am Di., 2. Sept. 2025 um 12:27 Uhr schrieb Jesse Rosenstock <
***@***.***>:
… ***@***.**** requested changes on this pull request.
------------------------------
In README.md
<#209 (comment)>:
> @@ -18,39 +18,32 @@ More details about S2 in general are available on the S2 Geometry Website
The library provides the following:
-* Representations of angles, intervals, latitude-longitude points, unit
+* Representations of angles, intervals, latitude-longitude points, unit
what's with all this unrelated reformatting?
—
Reply to this email directly, view it on GitHub
<#209 (review)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFPRLAUTUPYK24Q4YG2INT3QVWH3AVCNFSM6AAAAACFGPZFIOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTCNZVHEYDENRUGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The Google mdformat is very close and only wants to change the badge links and the supporting types table. |
Alternatively, what formatter does vscode use? It there a way to run it without vscode? |
I just looked into this. The Google markdown formatter is not open source, so is quite cumbersome to run for external folks. I just used the most popular markdown extension at https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one. |
It also formats the tables below, which I ended up reverting. Here's the CL with all formatting changes: https://github.com/golang/geo/compare/master...panmari:geo:more_formatting?expand=1 |
Can you revert the formatting changes, just add the earth docs, and we'll deal with markdown formatting separately? |
e68f196
to
c2f3116
Compare
No description provided.