Skip to content

Commit c22bcd5

Browse files
committed
Add a list of files to uncrustify
We only want to affect the coding style of a subset of the source files in Graphene, so let's specify them.
1 parent 801975a commit c22bcd5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build-aux/uncrustify-list.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Ignore the SIMD sources, as they have a weird indentation
2+
src/graphene-alloc.c
3+
src/graphene-box.c
4+
src/graphene-euler.c
5+
src/graphene-frustum.c
6+
src/graphene-gobject.c
7+
src/graphene-matrix.c
8+
src/graphene-plane.c
9+
src/graphene-point3d.c
10+
src/graphene-point.c
11+
src/graphene-quad.c
12+
src/graphene-quaternion.c
13+
src/graphene-ray.c
14+
src/graphene-rect.c
15+
src/graphene-size.c
16+
src/graphene-sphere.c
17+
src/graphene-triangle.c
18+
src/graphene-vectors.c

0 commit comments

Comments
 (0)