25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

11 satır
385 B

7 yıl önce
6 yıl önce
6 yıl önce
  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. }