Switch to unified view

a/src/sampleconf/mimemap b/src/sampleconf/mimemap
...
...
13
# as text/plain (index as text, use text viewer)
13
# as text/plain (index as text, use text viewer)
14
.cpp = text/x-c
14
.cpp = text/x-c
15
.h   = text/x-c
15
.h   = text/x-c
16
.c   = text/x-c
16
.c   = text/x-c
17
.cc  = text/x-c
17
.cc  = text/x-c
18
.cxx = text/x-c
18
.py  = text/x-python
19
.py  = text/x-python
19
.awk = application/x-awk
20
.awk = application/x-awk
20
.pl = application/x-perl
21
.pl = application/x-perl
21
.sh = application/x-shellscript
22
.sh = application/x-shellscript
22
23