You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
260 B

  1. {
  2. "asi": false,
  3. "indent": 2,
  4. "expr": true,
  5. "loopfunc": true,
  6. "curly": false,
  7. "white": false,
  8. "evil": true,
  9. "browser": true,
  10. "trailing": true,
  11. "forin": true,
  12. "latedef": true,
  13. "undef": true,
  14. "predef": [
  15. "module",
  16. "require"
  17. ]
  18. }