Standardize option padding by replacing verbose ternary checks with ale#Pad() Replace patterns like: (empty(x) ? '' : '' . l:options) with: ale#Pad(l:options) Similar to af5a38c697
af5a38c697
* Add support for dune * Add test * Undo reformatting of Markdown file * Refer to ale-ocaml-dune from ale.txt