I'm trying to use ALE for auto-formatting for one specific language, however it has everything turned on for all languages by default and I can't figure out how to configure it so that it's disabled for everything except what I explicitly tell it to.
I've tried using g:ale_pattern_options, I've tried setting g:ale_enabled = 0 and then setting b:ale_enabled = 1 in the filetype plugin but then it just doesn't run at all.
g:ale_enabled = 0(newline)b:ale_enabled = 1but it doesn't work. I've since read somewhere that disabling ALE globally like that can mess things up, so I'm at a loss. – Mason Jul 04 '20 at 23:59