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
509 B

7 years ago
7 years ago
  1. {
  2. "editor.insertSpaces": true,
  3. "files.associations": {
  4. ".eslintrc.json": "jsonc"
  5. },
  6. "files.trimTrailingWhitespace": true,
  7. "postcssSorting.config": {
  8. "order": ["custom-properties", "dollar-variables", "declarations", "at-rules", "rules"],
  9. "properties-order": "alphabetical",
  10. "unspecified-properties-position": "bottom"
  11. },
  12. "prettier.requireConfig": true,
  13. "prettier.eslintIntegration": true,
  14. "search.exclude": {
  15. "**/dist": true
  16. }
  17. }