{color: 'red’}
atom-beautify always turns it into:{
color: 'red’
}
return unless confirm('Are you ready to debug Atom Beautify?\n\n'+
'Warning: This will create an anonymous Gist on GitHub (publically accessible and cannot be easily deleted) '+
'containing the contents of your active Text Editor.\n'+
'Be sure to delete any private text from your active Text Editor before continuing '+
'to ensure you are not sharing undesirable private information.')
like:
import { default as xxx } from 'any-module';
which is beautified to
import {
default as xxx
} from 'any-module';