settings.json 103 B

12345
  1. {
  2. "files.trimTrailingWhitespace": true,
  3. "ruff.lint.run": "onSave",
  4. "editor.formatOnSave": true
  5. }