Skip to content

Commit

Permalink
Proper formatting of the "env" section
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jun 19, 2023
1 parent 3fdfdd4 commit c383ea9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/linter_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ this case. For example:

.. code-block:: json
"env": {
"PATH": "~/path/to/bin:$PATH"
{
"env": {
"PATH": "~/path/to/bin:$PATH"
}
}
Expand Down

0 comments on commit c383ea9

Please sign in to comment.