mirror of
https://github.com/dense-analysis/ale.git
synced 2026-06-19 07:32:21 +08:00
674a8cced8
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