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.

10 lines
162 B

8 years ago
  1. {
  2. "node": true
  3. , "bitwise": true
  4. , "undef": true
  5. , "trailing": true
  6. , "quotmark": true
  7. , "indent": 4
  8. , "unused": "vars"
  9. , "latedef": "nofunc"
  10. }