Skip to content
Snippets Groups Projects
Unverified Commit 451ef1cc authored by Emily Pillmore's avatar Emily Pillmore :ocean: Committed by GitHub
Browse files

Merge pull request #7617 from haskell/prune-old-dotfiles

remove unnecessary dotfiles, add to .gitignore
parents 9ef13317 d41d6547
No related branches found
No related tags found
No related merge requests found
{
"repository.callsign" : "CABAL",
"phabricator.uri" : "https://phabricator.haskell.org"
}
:set -icabal-install -icabal-install/main
:load Main
--command "ghci -j4 +RTS -A128m"
......@@ -26,6 +26,11 @@ cabal-tests.log
/cabal-install/Setup
/cabal-install/source-file-list
.stylish-haskell.yaml
.stylish-haskell.yml
.ghci
.ghcid
# Output of release and bootstrap
_build
......@@ -69,3 +74,6 @@ register.sh
# benchmarks
bench.html
# Emacs
.projectile
\ No newline at end of file
{
"userBlacklist": [
"BardurArantsson"
, "SyntaxPolice"
]
}
steps:
- imports:
align: group
list_align: after_alias
long_list_align: new_line
empty_list_align: right_after
list_padding: module_name
- language_pragmas:
style: vertical
remove_redundant: true
- trailing_whitespace: {}
columns: 160
language_extensions:
- DataKinds
- DerivingStrategies
- ExplicitForAll
- FlexibleContexts
- GeneralizedNewtypeDeriving
- MultiParamTypeClasses
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment