Merge pull request #6 from greg0ire/patch-1

Use a more realistic example
main
jmp 2 years ago committed by GitHub
commit 4dcb51102e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ Tidy will work on all buffers using only the basic installation shown above. No
```lua
require("tidy").setup({
filetype_exclude = { "markdown", "python" },
filetype_exclude = { "markdown", "diff" },
})
```

Loading…
Cancel
Save