settings.json 163 B

123456789
  1. {
  2. "files.trimTrailingWhitespace": true,
  3. "files.associations": {
  4. "*.*proj": "xml",
  5. "*.props": "xml",
  6. "*.targets": "xml",
  7. "*.tasks": "xml"
  8. }
  9. }