spacestandard
v0.3.0
Published
standard with spaces
Downloads
45
Readme
spacestandard
standard with spaces
sample
var list = [{a:'foo'},{b:'bar'}]
get(function () {
return ('cake')
})
=>
var list = [ { a: 'foo' }, { b: 'bar' } ]
get( function () {
return ( 'cake' )
} )
Install
locally ( project specific, for use with npm scripts )
npm install spacestandard
globally
npm install -g spacestandard