settings.json 432 B

12345678910111213
  1. {
  2. "files.trimTrailingWhitespace": true,
  3. "terminal.integrated.profiles": {
  4. "PowerShell (Admin)": {
  5. "path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  6. "args": ["-NoExit", "-Command", "Start-Process powershell -Verb RunAs"]
  7. }
  8. },
  9. "terminal.integrated.defaultProfile.windows": "PowerShell (Admin)",
  10. "editor.tabSize": 4,
  11. "editor.insertSpaces": true,
  12. "editor.formatOnSave": false
  13. }