Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

14 řádky
440 B

před 7 roky
před 6 roky
před 6 roky
  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. }