-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #513 from IntersectMBO/ldan/consistent-formatting
Format the codebase
- Loading branch information
Showing
130 changed files
with
8,913 additions
and
8,171 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,8 @@ | ||
### NOTE | ||
# Run `git config blame.ignoreRevsFile .git-blame-ignore-revs` | ||
# from the repository's root to tell `git blame` to ignore | ||
# the commits below. | ||
|
||
# `fourmolize` | ||
# CommitDate: Wed Nov 20 18:01:24 2024 +0100 | ||
db87b19be6ff702d3bf37cef259de456c48b7ffe |
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
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,9 +1,9 @@ | ||
module Cardano.Binary | ||
( module X | ||
) | ||
module Cardano.Binary ( | ||
module X, | ||
) | ||
where | ||
|
||
import Cardano.Binary.Deserialize as X | ||
import Cardano.Binary.ToCBOR as X | ||
import Cardano.Binary.Serialize as X | ||
import Cardano.Binary.FromCBOR as X | ||
import Cardano.Binary.Serialize as X | ||
import Cardano.Binary.ToCBOR as X |
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.