Pilot-Pirx commented on PR #422:
URL: https://github.com/apache/openoffice/pull/422#issuecomment-3312476769
Maybe we should add some kind of vim modeline to Python files?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jbampton commented on PR #422:
URL: https://github.com/apache/openoffice/pull/422#issuecomment-3312591242
We could use black to standardize all the Python code to one format.
Then we don't have worry about nit picking in future and just focus on real
changes.
Might be similar t
jbampton opened a new pull request, #422:
URL: https://github.com/apache/openoffice/pull/422
https://peps.python.org/pep-0008/#indentation
PEP 8 – Style Guide for Python Code
Use 4 spaces per indentation level.
https://peps.python.org/pep-0008/#tabs-or-spaces
Pytho