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

10 lines
178 B
Plaintext
Raw Normal View History

2014-05-19 00:04:56 -06:00
{
"indent_size": 2,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"jslint_happy": true
}