forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
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
dprint codebase + lineWidth=120 and operatorPosition=nextLine #18
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jakebailey
changed the title
WIP: dprint codebase (opinionated
WIP: dprint codebase (opinionated)
Sep 10, 2022
jakebailey
force-pushed
the
dprint-opinionated
branch
2 times, most recently
from
September 12, 2022 21:09
7a75059
to
9c26e48
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
4 times, most recently
from
September 15, 2022 18:19
76a692c
to
da71947
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
4 times, most recently
from
September 26, 2022 16:13
9404d78
to
13623b8
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
from
October 2, 2022 02:55
13623b8
to
fe8e858
Compare
jakebailey
changed the title
WIP: dprint codebase (opinionated)
dprint codebase + lineWidth=120 and operatorPosition=nextLine
Oct 10, 2022
jakebailey
force-pushed
the
dprint-opinionated
branch
3 times, most recently
from
October 16, 2022 21:56
e9d4861
to
5166f5c
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
from
October 26, 2022 04:22
5166f5c
to
25d0f49
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
from
November 8, 2022 03:34
25d0f49
to
e3c91a4
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
3 times, most recently
from
November 18, 2022 18:56
c1c700b
to
41719b4
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
2 times, most recently
from
December 7, 2022 22:38
38b84fd
to
7f8032e
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
2 times, most recently
from
December 17, 2022 22:31
0cfa167
to
aa80fac
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
4 times, most recently
from
January 22, 2023 04:25
88b9739
to
670a8de
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
2 times, most recently
from
August 11, 2023 18:48
ed78891
to
ebe6a17
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
2 times, most recently
from
August 11, 2023 19:03
3505ba7
to
2eacb1e
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
2 times, most recently
from
August 11, 2023 23:39
3733293
to
b4c0ea3
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
3 times, most recently
from
August 12, 2023 21:32
b4c0ea3
to
19535af
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
2 times, most recently
from
August 15, 2023 04:01
c76abb2
to
3b3075d
Compare
jakebailey
force-pushed
the
dprint-opinionated
branch
3 times, most recently
from
August 16, 2023 21:04
cafffcc
to
d3f33b9
Compare
[git-generate] set -x npm ci npx dprint fmt npx hereby clean npx hereby dts npx hereby runtests -t 'Public APIs|goToTypeDefinition_' &> /dev/null || npx hereby baseline-accept
jakebailey
force-pushed
the
dprint-opinionated
branch
from
August 16, 2023 22:36
d3f33b9
to
7fc3fd0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#13 but opinionated, i.e.
lineWidth=120
andoperatorPosition=nextLine
.