mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-24 16:42:55 +08:00
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