.jsbeautifyrc 63 B

123456
  1. {
  2. "js": {
  3. "indent_char": " ",
  4. "indent_size": 2
  5. }
  6. }