Re: [PR] python: remove tabs and indent with spaces [openoffice]

2025-09-19 Thread via GitHub
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

Re: [PR] python: remove tabs and indent with spaces [openoffice]

2025-09-19 Thread via GitHub
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

[PR] python: remove tabs and indent with spaces [openoffice]

2025-09-17 Thread via GitHub
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