Merge pull request #6 from greg0ire/patch-1

Use a more realistic example
This commit is contained in:
jmp 2022-07-21 06:50:22 -07:00 committed by GitHub
commit 4dcb51102e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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