ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Visual studio code autopep8 max-line
    프로그래밍/PYTHON 2021. 4. 30. 21:12

    "Searched all visual studio code settings"

     

    { 
      "python.linting.pep8Enabled": true,
      "python.linting.pep8Args": ["--max-line-length=120" ]
    }

     

    댓글