dotfiles/sublime/.jsbeautifyrc

7 lines
130 B
Plaintext
Raw Normal View History

2019-09-27 08:29:26 +00:00
{
2020-05-08 08:15:14 +00:00
"all": {
// Maximum number of line breaks to be preserved in one chunk (0 disables)
"max_preserve_newlines": 2,
}
2019-09-27 08:29:26 +00:00
}