.jsbeautifyrc 177 B

123456789101112
  1. {
  2. "brace_style": "none,preserve-inline",
  3. "indent_size": 2,
  4. "indent_char": " ",
  5. "jslint_happy": true,
  6. "unformatted": [
  7. ""
  8. ],
  9. "css": {
  10. "indent_size": 2
  11. }
  12. }