mirror of
https://github.com/tiyn/tidy.nvim.git
synced 2025-10-31 19:21:21 +01:00
- instead of checking for the existence of
an option whenever that option may be
accessed, initialize default settings and
merge them with user-provided settings.
- instead of looping through all excluded
filetypes and comparing them to the current
filetype, create a set from excluded
filetypes and check if the current filetype
is present.