-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prettier and LF line endings (no functional changes) (#580)
* use .prettierignore, and not globbing to allow editors to properly sync with prettier * fix: ignore generated files in niftysave. Force LF in editors. * fix: force LF in gitattributes (no CRLF) * chore: run prettier *once* (and expect a lot of formatting in a lot of files that pre-dated prettier) * ignore packages/api entirely for now to prevent CI side effects
- Loading branch information
1 parent
2dddc13
commit e1e5bc4
Showing
22 changed files
with
193 additions
and
193 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[*] | ||
end_of_line = lf |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto eol=lf |
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,5 +4,4 @@ about: Create a report to help us improve | |
title: '' | ||
labels: 'kind/bug,need/triage' | ||
assignees: '' | ||
|
||
--- |
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,4 @@ about: Suggest an idea for this project | |
title: '' | ||
labels: 'kind/enhancement,need/triage' | ||
assignees: '' | ||
|
||
--- | ||
|
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
18 changes: 9 additions & 9 deletions
18
packages/database_v2/metadata/databases/default/functions/functions.yaml
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,9 +1,9 @@ | ||
- "!include public_add_nft.yaml" | ||
- "!include public_add_nft_metadata.yaml" | ||
- "!include public_add_other_nft_resource.yaml" | ||
- "!include public_fail_nft_asset.yaml" | ||
- "!include public_fail_resource.yaml" | ||
- "!include public_ingest_erc721_token.yaml" | ||
- "!include public_link_nft_asset.yaml" | ||
- "!include public_link_nft_resource.yaml" | ||
- "!include public_link_resource_content.yaml" | ||
- '!include public_add_nft.yaml' | ||
- '!include public_add_nft_metadata.yaml' | ||
- '!include public_add_other_nft_resource.yaml' | ||
- '!include public_fail_nft_asset.yaml' | ||
- '!include public_fail_resource.yaml' | ||
- '!include public_ingest_erc721_token.yaml' | ||
- '!include public_link_nft_asset.yaml' | ||
- '!include public_link_nft_resource.yaml' | ||
- '!include public_link_resource_content.yaml' |
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.