summaryrefslogtreecommitdiff
path: root/utils/uncrustify.cfg
blob: 433c6999a0510ec8322b3aa259d8a97ef76cbf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Configuration for formatting Tracker source code using the
# 'uncrustify' indent tool.

align_func_params = true

align_var_def_star_style = 2

sp_after_ptr_star = remove

sp_after_semi_for = ignore
sp_after_semi_for_empty = ignore

align_nl_cont = true