Ensure only \n is used, not \r\n
This commit is contained in:
parent
125a6d0aa9
commit
e8bd3773ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue