Set stylish-haskell as the default haskell beautifier

This commit is contained in:
Christian Kjaer Laustsen 2018-02-26 19:12:30 +01:00
parent f4ec78b415
commit 335f7594e7
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ module.exports = {
"hs"
]
defaultBeautifier: "stylish-haskell"
options: []
}