Files
nip/.jsbeautifyrc
Brian Cunnie 1cdef71845 Beautified everything, again
wrapping is a pain--I needed to reflow and then beautify
2015-08-30 10:27:54 -07:00

11 lines
226 B
Plaintext

{
"html": {
"unformatted": ["a", "sub", "sup", "b", "i", "u", "pre"],
"wrap_line_length": 60,
"wrap_attributes": "auto",
"beautifyEntireFileOnSave": true,
// "preserve_newlines": false,
"indent_size": 2
}
}