From some discussion within the team, update guidelines/style.md to
- use a language's specific style if it has one (e.g. PEP8 for Python)
- stability is important - avoid style-based breaking API changes until there are breaking changes for other reasons
From some discussion within the team, update guidelines/style.md to