NeoGF/.vscode/settings.json
GGLinnk e135a54c93
PzzTool fix, changes & improvements
- 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.
2021-11-18 11:54:44 +01:00

5 lines
73 B
JSON

{
"python.formatting.autopep8Args": [
"--max-line-length=200"
]
}