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.
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
feat(format): respect max line width #242
feat(format): respect max line width #242
Changes from all commits
e27f90c
f74d717
164261a
0f691d7
c364a45
2852d28
165603a
f1f4dec
f2d6448
ccc1104
e1898e5
af36d91
ce3a454
3278597
95d649c
163237e
283ae6a
df6f7a2
a238b95
a574f09
bc9f288
caa29c8
7509e66
3dc09c6
7c0e191
259ea59
a34c9e0
7199199
2e77ba3
8f51518
6126627
28643d2
f195a78
6bf613f
9fb4691
51473d5
6049417
d2c683e
d16da2a
b4d1020
f55d392
52a9984
5a42020
c0e446d
b3a2631
c62b9c1
1c2b6c7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
So if a user indents with
tab
, they can only use one tab. I'm fine with that, but just flagging that to make sure we're OK with that choice.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.
Have you tested any non-default line lengths?
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.
Check out these 3 commits on
workflows
- stjudecloud/workflows@main...tmp/format-examples