-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Reformat everything now that the bug in dprint for wrapping lines with inline code is fixed. - Additionally, apply the formatting rules I *should have* applied the first time, so the repo has the same style it has historically used.
- Loading branch information
1 parent
5bf8642
commit 38b2b85
Showing
115 changed files
with
5,223 additions
and
5,168 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# In each chapter | ||
|
||
- [ ] Manual regeneration | ||
- [ ] Check for upstream changes from last snapshot | ||
- [ ] Propagate updated output to docx | ||
- [ ] Extract docx and check diff | ||
- [ ] Answer all comments | ||
- [ ] Check cross references | ||
- [ ] Check indentation of --snip-- | ||
- [ ] Numbered lines, Gray out unchanged lines | ||
- [ ] Check line wrapping | ||
- [ ] Check for unneeded command/compiling/running output | ||
- [ ] Check println style and error messages | ||
- [ ] Add alt text to images | ||
- [ ] Index tags | ||
- [ ] search for "convention" conventions:naming:of blah | ||
- [ ] check for double spaces, spaces at the end of paragraphs | ||
* [ ] Manual regeneration | ||
* [ ] Check for upstream changes from last snapshot | ||
* [ ] Propagate updated output to docx | ||
* [ ] Extract docx and check diff | ||
* [ ] Answer all comments | ||
* [ ] Check cross references | ||
* [ ] Check indentation of --snip-- | ||
* [ ] Numbered lines, Gray out unchanged lines | ||
* [ ] Check line wrapping | ||
* [ ] Check for unneeded command/compiling/running output | ||
* [ ] Check println style and error messages | ||
* [ ] Add alt text to images | ||
* [ ] Index tags | ||
* [ ] search for "convention" conventions:naming:of blah | ||
* [ ] check for double spaces, spaces at the end of paragraphs |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
"json": { | ||
}, | ||
"markdown": { | ||
"textWrap": "always", | ||
"unorderedListKind": "asterisks", | ||
}, | ||
"malva": { | ||
}, | ||
|
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
Oops, something went wrong.