mirror of
https://github.com/tiyn/tidy.nvim.git
synced 2025-06-16 20:17:46 +02: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.