settings.json 92 B

123456
  1. {
  2. "editor.rulers": [
  3. 80
  4. ],
  5. "python.analysis.typeCheckingMode": "basic"
  6. }