Skip to content

Commit

Permalink
Merge pull request #7 from danslapman/upd/checkout-action
Browse files Browse the repository at this point in the history
Update checkout action, add formolu config
  • Loading branch information
danslapman authored Sep 18, 2023
2 parents 986c99d + c3dcec0 commit a6a40ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
artifact_name: json2csv
asset_name: json2csv-macos-amd64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
with:
stack-no-global: true
Expand Down
7 changes: 7 additions & 0 deletions fourmolu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
indentation: 2
function-arrows: leading-args
comma-style: trailing
indent-wheres: true
record-brace-space: true
let-style: inline
single-constraint-parens: auto

0 comments on commit a6a40ef

Please sign in to comment.