Skip to content

Commit 17cc9d4

Browse files
committed
Automatic formatting
1 parent 1c93eed commit 17cc9d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git push origin $RELEASE_TAG
3030
Building and deploying the package can be greatly simplified using "tasks" in
3131
[Visual Studio Code][www_vscode]. By adding the following settings to the
3232
`.vscode/tasks.json` file, you can simply press `Ctrl+Shift+B` in VS Code and
33-
select the *deploy* task for running Maven and have the resulting JAR file being
33+
select the _deploy_ task for running Maven and have the resulting JAR file being
3434
placed in `/opt/fiji-packaging/Fiji.app/jars/` (adjust to your path as
3535
necessary):
3636

@@ -67,7 +67,7 @@ necessary):
6767
## Linting Python 2.7 with VS Code
6868

6969
For being able to lint the old Python code properly, you'll need to set up an
70-
appropriate *virtualenv* with `pylint` being installed.
70+
appropriate _virtualenv_ with `pylint` being installed.
7171

7272
Using [`fish`][www_fish] and [virtualfish][www_vf], this can be done as follows:
7373

0 commit comments

Comments
 (0)