This commit is contained in:
Shaun Mitchell 2024-09-16 23:11:23 +03:00 committed by GitHub
commit 8967d1227d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,14 @@ following filetypes and linters:
* **swift**: swiftc (MacOS and Linux only)
* **yaml**: yamllint
You can easily enable linting in your `settings.json` file:
```json
{
"linter": true
}
```
If the linter plugin is enabled and the file corresponds to one of
these filetypes, each time the buffer is saved, or when the `> lint`
command is executed, micro will run the corresponding utility in the