Ensure only \n is used, not \r\n

This commit is contained in:
Ivan Lazar Miljenovic 2017-10-05 16:29:01 +11:00
parent 125a6d0aa9
commit e8bd3773ef

View file

@ -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