# All other files are subjected to the usual algorithm to determine # whether a file is a binary file or a text file, respecting # "core.eol" for all files detected as text files. # "core.autocrlf", if set, will force the conversion to/from CRLF # automatically as necessary for text files. * text=auto # package.json (from NPM) is in lf not crlf package.json eol=lf package-lock.json eol=lf # shell scripts should be LF *.sh eol=lf # jade/pug files are lf too # see: https://github.com/jadejs/jade/issues/1683 *.jade eol=lf *.pug eol=lf