Skip to content

Commit

Permalink
WIP 0.79: scripts: use sp_{before,after}_slice_colon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Jan 27, 2024
1 parent 2b21a28 commit 4c3d671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/uncrustify/vala.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ pp_indent_at_level = false
pp_indent_count = 0
pp_space_after = ignore
pp_space_count = 4
sp_after_slice_colon = force
sp_after_angle = ignore
sp_after_byref = add
sp_after_cast = remove
Expand All @@ -129,6 +130,7 @@ sp_before_emb_cmt = force
sp_before_ptr_star = remove
sp_before_ptr_star_func = remove
sp_before_semi = remove
sp_before_slice_colon = force
sp_before_sparen = force
sp_before_tr_cmt = add
sp_between_ptr_star = remove
Expand Down

0 comments on commit 4c3d671

Please sign in to comment.