mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2024-11-15 11:45:33 +01:00
GGLinnk
e135a54c93
- Fix byte alignment. - PEP8: Set line length at 200. - Batch rewrited and enabled back. - Add '--disable-ignore' argument: Disable filename check. - Add '--verbose' argument: Enable verbose. - Remove unwanted imports. Add GitHub .gitignore for python.
5 lines
73 B
JSON
5 lines
73 B
JSON
{
|
|
"python.formatting.autopep8Args": [
|
|
"--max-line-length=200"
|
|
]
|
|
} |