Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

14 rader
440 B

7 år sedan
  1. {
  2. "editor.insertSpaces": true,
  3. "files.trimTrailingWhitespace": true,
  4. "postcssSorting.config": {
  5. "order": ["custom-properties", "dollar-variables", "declarations", "at-rules", "rules"],
  6. "properties-order": "alphabetical",
  7. "unspecified-properties-position": "bottom"
  8. },
  9. "prettier.requireConfig": true,
  10. "prettier.tslintIntegration": true,
  11. "search.exclude": {
  12. "**/dist": true
  13. }
  14. }