Skip to content

Instantly share code, notes, and snippets.

@tpickle-py
Forked from nottrobin/settings.json
Last active February 1, 2022 01:11
Show Gist options
  • Select an option

  • Save tpickle-py/bb763b57edc2392ba0d94df307645619 to your computer and use it in GitHub Desktop.

Select an option

Save tpickle-py/bb763b57edc2392ba0d94df307645619 to your computer and use it in GitHub Desktop.

Revisions

  1. tpickle-py revised this gist Feb 1, 2022. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -5,12 +5,15 @@
    "python.formatting.provider": "black",
    "python.formatting.blackArgs": [
    "--line-length",
    "79"
    "88"
    ],
    "editor.formatOnSave": true,
    "[html]": {
    "editor.formatOnSave": false
    },
    "[python]": {
    "editor.formatOnSave": true,
    },
    "html.format.wrapLineLength": 0,
    "html.format.wrapAttributes": "aligned-multiple",
    "html.format.indentHandlebars": true,
  2. @nottrobin nottrobin created this gist Mar 24, 2020.
    18 changes: 18 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "python.linting.pylintEnabled": false,
    "python.linting.flake8Enabled": true,
    "python.linting.enabled": true,
    "python.formatting.provider": "black",
    "python.formatting.blackArgs": [
    "--line-length",
    "79"
    ],
    "editor.formatOnSave": true,
    "[html]": {
    "editor.formatOnSave": false
    },
    "html.format.wrapLineLength": 0,
    "html.format.wrapAttributes": "aligned-multiple",
    "html.format.indentHandlebars": true,
    "html.format.preserveNewLines": false,
    }