-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ormolu tooling and check You can install ormolu integration in emacs by following the instructions here: https://github.com/vyorkin/ormolu.el * Apply ormolu formatting * Remove redundant imports * Update STYLE.md to reflect Ormolu usage * Add run-formatter.sh This script formats all input files with Ormolu * Add Ormolu formatting check as part of style-check.sh * Also run style checks on the unittest directory
- Loading branch information
1 parent
53365cf
commit 87cc177
Showing
214 changed files
with
45,581 additions
and
35,206 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,5 +19,6 @@ pkgs.stdenv.mkDerivation { | |
pkgs.zlib.out | ||
pkgs.cabal2nix | ||
pkgs.ghcid | ||
pkgs.ormolu | ||
]; | ||
} |
Oops, something went wrong.