atom-beautify/examples/simple-jsbeautifyrc/test.js

4 lines
42 B
JavaScript
Raw Normal View History

2014-05-19 00:04:56 -06:00
function hell() {
2014-06-15 21:09:12 -06:00
console.log('world');
2014-05-19 00:04:56 -06:00
}