Commit Graph

3 Commits

Author SHA1 Message Date
Simon Lydell 6c6c8d48bf Ensure that all source files end with a single `\n`
This was done by first checking all files in the repository root by hand, and
then by doing the following:

    $ npm i get-stdin@4
    $ cat clean.coffee
    fs = require 'fs'
    stdin = require 'get-stdin'

    stdin (text) ->
      for file in text.trim().split('\n')
        contents = fs.readFileSync file
          .toString().replace /\s*$/, '\n'
        fs.writeFileSync file, contents
      return
    $ ls !(node_modules)/**/*.coffee | coffee clean.coffee
2015-09-03 19:20:12 +02:00
Jeremy Ashkenas df641261d6 trying with just the .org 2011-10-31 22:54:32 -04:00
Jeremy Ashkenas f3486499ac adding a CNAME file for github pages. 2011-10-31 20:52:31 -04:00