Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(morestyle) adapt spacing rule to multi-line wrapped expressions
Accommodating the case when an expression following a variable declaration is wrapped into multiple lines, e.g.: size_t size = sizeof(ngx_wa_metrics_histogram_t) + sizeof(ngx_wa_metrics_bin_t) * metrics->config.max_histogram_bins;
- Loading branch information