-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitattributes
35 lines (29 loc) · 870 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[attr]code text whitespace=tab-in-indent,trailing-space,tabwidth=4
[attr]libgumbo text whitespace=tab-in-indent,trailing-space,tabwidth=2
[attr]makefile text whitespace=trailing-space
.distinfo export-subst
.git* export-ignore
.editorconfig export-ignore
CONTRIBUTING.md export-ignore
mk/dev.mk export-ignore
mk/git-hooks/ export-ignore
mk/lcovrc export-ignore
lib/char_ref.c linguist-generated
lib/foreign_attrs.c linguist-generated
lib/tag_lookup.c linguist-generated
lib/svg_tags.c linguist-generated
lib/svg_attrs.c linguist-generated
test/benchmark/*.html linguist-vendored
test/tree-construction/*.dat linguist-vendored -text diff
gumbo/*.[ch] code
*.lua code
*.md code
*.yml code
rockspec.in code
lib/*.[ch] libgumbo
lib/char_ref.rl libgumbo
test/parser/* libgumbo
test/benchmark/benchmark.cc libgumbo
Makefile makefile
mk/*.mk makefile
mk/git-hooks/* code