From e8bd3773ef90c29bb524eba5159bb29a6571f5eb Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Thu, 5 Oct 2017 16:29:01 +1100 Subject: [PATCH] Ensure only \n is used, not \r\n --- .stylish-haskell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml index ef26830f..6ee1485c 100644 --- a/.stylish-haskell.yaml +++ b/.stylish-haskell.yaml @@ -177,7 +177,7 @@ columns: 80 # - crlf: Convert to CRLF ("\r\n"). # # Default: native. -newline: native +newline: lf # Sometimes, language extensions are specified in a cabal file or from the # command line instead of using language pragmas in the file. stylish-haskell