Skip to content

Commit e9732ca

Browse files
committed
more tweaks
1 parent 8603109 commit e9732ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SwiftFormat.novaextension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**SwiftFormat** integrates Nick Lockwood's [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) which is a tool for reformatting Swift code with [Nova](https://panic.com/nova).
1+
**SwiftFormat** integrates Nick Lockwood's [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) with [Nova](https://panic.com/nova).
22

33
This extension will run the formatter when a Swift document is saved. It can also be invoked as an editor command.
44

SwiftFormat.novaextension/extension.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"identifier": "org.padraig.SwiftFormat",
33
"name": "SwiftFormat",
4-
"organization": "padraig.org",
4+
"organization": "Padraig",
55
"license": "MIT",
66
"description": "Runs SwiftFormat when Swift files are saved.",
77
"bugs": "https://github.com/PadraigK/swiftformat-nova/issues",
@@ -44,7 +44,7 @@
4444
"title": "Swift Version",
4545
"description": "The Swift version to be passed to swiftformat. If your project includes a `.swift-version` file, the version in that file will be used instead. If this is not set at all, certain formatter rules will not run.",
4646
"type": "string",
47-
"default": "",
47+
"default": ""
4848
},
4949
{
5050
"key": "padraig.swiftformat.config.executablePath",
@@ -53,7 +53,7 @@
5353
"type": "path",
5454
"placeholder": "swiftformat",
5555
"default": null
56-
},
56+
}
5757
],
5858

5959
"configWorkspace": [
@@ -78,6 +78,6 @@
7878
"description": "A full path to a `swiftformat` executable. The extension will use a built-in `swiftformat` if this is left empty. This setting can be used to ensure that all members of a team use the same particular version.",
7979
"type": "path",
8080
"default": null
81-
},
81+
}
8282
]
8383
}

0 commit comments

Comments
 (0)