]> git.madduck.net Git - etc/vim.git/history - docs/the_black_code_style/current_style.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Max line length with bugbear (#3731)
[etc/vim.git] / docs / the_black_code_style / current_style.md
2023-06-12 Alwyn KikMax line length with bugbear (#3731)
2023-05-25 Jelle ZijlstraDocument each configuration option in more detail ...
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2022-11-14 sckarlinWordsmith current_style.md (#3383)
2022-11-10 Maximilian Cosmo... Clarify that Black runs with --safe by default (#3378)
2022-10-04 KotlinIslandPreserve crlf line endings in blackd (#3257)
2022-09-15 Tom FryersImprove order of paragraphs on line splitting (#3270)
2022-05-08 Felix HildénDocs: clarify fmt:on/off requirements (#2985) (#3048)
2022-03-21 Jelle Zijlstrastub style: remove some possible future changes (#2940)
2022-01-29 Felix HildénFormalise style preference description (#2818)
2022-01-25 Richard SiHug power operators if its operands are "simple" (...
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-13 Felix HildénNormalise string prefix order (#2297)
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-06-13 Felix HildénDocs: no space is inserted to empty docstrings (#2249...
2021-06-08 Felix HildénMention comment non-processing in documentation (#2306)
2021-05-29 Jelle ZijlstraAdd --experimental-string-processing to future changes...
2021-05-19 Felix HildénLink isort profile to Black code style isort mention...
2021-05-08 Richard SiReorganize docs v2 (GH-2174)