code formatter
npm install code-formattercode format
* support landscaping and compressing code
js/html/css/json/xml/sql
``js
import formatter from 'code-formatter';
const content = {"name":"ilex","identifier":"ac1bf435","_test":{"say":"hello","run":"fast"}};
const result = formatter(content, {
method: 'json'
});
// 显示
`
* method: String
* step: ' ' 2 spacesapplies to cssmin and xmlmin functions
* preserveComments: Boolean \t`
* tabsize: Number
* tabchar:
ilex.h
MIT