refactor(uncrustify): improved formatting rules

This commit is contained in:
dundargoc
2022-10-14 17:04:28 +02:00
parent b967cb2e03
commit 6ff245732a
9 changed files with 36 additions and 54 deletions

View File

@@ -439,8 +439,7 @@ static int insert_check(VimState *state)
s->mincol = curwin->w_wcol;
validate_cursor_col();
if (
curwin->w_wcol < s->mincol - tabstop_at(get_nolist_virtcol(),
if (curwin->w_wcol < s->mincol - tabstop_at(get_nolist_virtcol(),
curbuf->b_p_ts,
curbuf->b_p_vts_array)
&& curwin->w_wrow == curwin->w_winrow