settings.json 885 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "[json]": {
  3. "editor.tabSize": 4,
  4. "editor.insertSpaces": true
  5. },
  6. "[jsonc]": {
  7. "editor.tabSize": 4,
  8. "editor.insertSpaces": true
  9. },
  10. "files.trimTrailingWhitespace": true,
  11. "terminal.integrated.profiles": {
  12. "PowerShell (Admin)": {
  13. "path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  14. "args": ["-NoExit", "-Command", "Start-Process powershell -Verb RunAs"]
  15. }
  16. },
  17. "terminal.integrated.defaultProfile.windows": "PowerShell (Admin)",
  18. "editor.tabSize": 4,
  19. "editor.insertSpaces": true,
  20. "editor.formatOnSave": false,
  21. "scss.lint.unknownAtRules": "ignore",
  22. "color-highlight.markerType": "dot-before",
  23. "color-highlight.languages": [
  24. "css",
  25. "scss",
  26. "sass",
  27. "less",
  28. "typescript",
  29. "typescriptreact"
  30. ]
  31. }