Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. {
  2. "blocks": false,
  3. "brackets": "never",
  4. "colons": "always",
  5. "colors": "always",
  6. "commaSpace": "always",
  7. "commentSpace": "always",
  8. "cssLiteral": "never",
  9. "customProperties": [],
  10. "depthLimit": false,
  11. "duplicates": true,
  12. "efficient": "always",
  13. "exclude": [],
  14. "extendPref": false,
  15. "globalDupe": false,
  16. "groupOutputByFile": true,
  17. "indentPref": 2,
  18. "leadingZero": "never",
  19. "maxErrors": false,
  20. "maxWarnings": false,
  21. "mixed": false,
  22. "mixins": [],
  23. "namingConvention": false,
  24. "namingConventionStrict": false,
  25. "none": "never",
  26. "noImportant": true,
  27. "parenSpace": false,
  28. "placeholders": "always",
  29. "prefixVarsWithDollar": "always",
  30. "quotePref": false,
  31. "reporterOptions": {
  32. "columns": ["lineData", "severity", "description", "rule"],
  33. "columnSplitter": " ",
  34. "showHeaders": false,
  35. "truncate": true
  36. },
  37. "semicolons": "never",
  38. "sortOrder": "alphabetical",
  39. "stackedProperties": "never",
  40. "trailingWhitespace": "never",
  41. "universal": false,
  42. "valid": false,
  43. "zeroUnits": "never",
  44. "zIndexNormalize": false
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement