X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a6d866990e52d511af7945f5c850fe75dcae65e5..820f38708fd41a1b992716b1f65c9b0656f589d0:/.github/ISSUE_TEMPLATE/style_issue.md diff --git a/.github/ISSUE_TEMPLATE/style_issue.md b/.github/ISSUE_TEMPLATE/style_issue.md index 4810ea4..6d1f246 100644 --- a/.github/ISSUE_TEMPLATE/style_issue.md +++ b/.github/ISSUE_TEMPLATE/style_issue.md @@ -12,7 +12,7 @@ improved. **Examples in the current _Black_ style** Think of some short code snippets that show how the current _Black_ style is not great: -``` +```python def f(): "Make sure this code is blackened""" pass @@ -20,7 +20,7 @@ def f(): **Desired style** How do you think _Black_ should format the above snippets: -``` +```python def f( ): pass