1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

ale: haskell: brittany

This commit is contained in:
Kierán Meinhardt
2019-04-03 00:32:14 +02:00
parent 01d6c517f7
commit 30a60c8f33

View File

@@ -162,7 +162,7 @@ let g:ale_linters = {
\}
let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'haskell': ['hfmt'],
\ 'haskell': ['brittany'],
\ 'javascript': ['prettier'],
\ 'typescript': ['prettier'],
\ 'css': ['prettier'],