1
0
mirror of synced 2025-12-19 18:10:59 -05:00

chore: Add Prettier for Yaml formatting

Related to #128
- Prettier to fix indenting/quoting across files
- Manually adjust list styles to "-" style
- Ignore all translated files from automated formatting
- Drop redundant CI env variable
This commit is contained in:
Nick Schonning
2020-11-13 15:55:34 -05:00
parent f84ba23b90
commit 92740f68d7
46 changed files with 2154 additions and 1989 deletions

View File

@@ -1,5 +1,6 @@
- term: '@mention'
description: to notify a person on GitHub by using `@` before their username. Users in an organization on GitHub can also be a part of a team that can be
description:
to notify a person on GitHub by using `@` before their username. Users in an organization on GitHub can also be a part of a team that can be
mentioned.
- term: access token
description: >-
@@ -26,7 +27,8 @@
with 2FA via the browser. This code is either generated by an application or delivered to
your phone via text message. Also called a "2FA authentication code."
- term: base branch
description: The branch into which changes are combined when you merge a pull request.
description:
The branch into which changes are combined when you merge a pull request.
When you create a pull request, you can change the base branch from the repository's default branch to another branch if required.
- term: basic authentication
description: >-
@@ -300,7 +302,7 @@
description: A defined commit of a branch, usually the most recent commit at the tip of the branch.
- term: head branch
description: The branch whose changes are combined into the base branch
when you merge a pull request.
when you merge a pull request.
Also known as the "compare branch."
- term: 'Hello, World'
description: >-