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

13 lines
241 B
Plaintext
Raw Normal View History

2014-05-19 00:04:56 -06:00
{
"indent_size": 2,
"indent_char": " ",
2014-06-12 21:16:39 -06:00
"other": " ",
2014-05-19 00:04:56 -06:00
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
2014-06-12 21:16:39 -06:00
"jslint_happy": true,
"indent_handlebars": true,
"object": {}
2014-05-19 00:04:56 -06:00
}