-
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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 |
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.
what's with all this unrelated reformatting?
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 |
No description provided.