Skip to content

Commit c769592

Browse files
committed
lint: fix formatting issues in custom-types.json
1 parent 3e1e553 commit c769592

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

src/custom-types.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
},
3939
"application/font-woff": {
4040
"compressible": false,
41+
"notes": "File type is already a binary compressed format.",
4142
"sources": [
4243
"https://github.com/h5bp/server-configs-apache/issues/42"
43-
],
44-
"notes": "File type is already a binary compressed format."
44+
]
4545
},
4646
"application/geo+json": {
4747
"extensions": ["geojson"],
@@ -143,9 +143,6 @@
143143
"http://raml.org/spec.html"
144144
]
145145
},
146-
"application/rtf": {
147-
"compressible": true
148-
},
149146
"application/rdf+xml": {
150147
"compressible": true,
151148
"extensions": ["rdf","owl"],
@@ -154,6 +151,9 @@
154151
"https://www.w3.org/TR/owl-ref/#MIMEType"
155152
]
156153
},
154+
"application/rtf": {
155+
"compressible": true
156+
},
157157
"application/sieve": {
158158
"extensions": ["siv","sieve"],
159159
"sources": [
@@ -191,9 +191,6 @@
191191
"https://support.google.com/drive/answer/2374983?hl=en"
192192
]
193193
},
194-
"application/vnd.google-earth.kmz": {
195-
"compressible": false
196-
},
197194
"application/vnd.google-apps.presentation": {
198195
"compressible": false,
199196
"extensions": ["gslides"],
@@ -210,6 +207,9 @@
210207
"https://support.google.com/drive/answer/2374983?hl=en"
211208
]
212209
},
210+
"application/vnd.google-earth.kmz": {
211+
"compressible": false
212+
},
213213
"application/vnd.ms-excel": {
214214
"compressible": false
215215
},
@@ -363,71 +363,71 @@
363363
"compressible": true
364364
},
365365
"application/x-virtualbox-hdd": {
366-
"extensions": ["hdd"],
367366
"compressible": true,
367+
"extensions": ["hdd"],
368368
"notes": "Parallels Hard Disk Image",
369369
"sources": [
370370
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
371371
"https://github.com/VirtualMonitor/VirtualMonitor/blob/master/src/VBox/Installer/common/virtualbox.xml"
372372
]
373373
},
374374
"application/x-virtualbox-ova": {
375-
"extensions": ["ova"],
376375
"compressible": true,
376+
"extensions": ["ova"],
377377
"notes": "Open Virtualization Format (OVF) Archive",
378378
"sources": [
379379
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
380380
"https://github.com/VirtualMonitor/VirtualMonitor/blob/master/src/VBox/Installer/common/virtualbox.xml"
381381
]
382382
},
383383
"application/x-virtualbox-ovf": {
384-
"extensions": ["ovf"],
385384
"compressible": true,
385+
"extensions": ["ovf"],
386386
"notes": "Open Virtualization Format (OVF) Image",
387387
"sources": [
388388
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
389389
"https://github.com/VirtualMonitor/VirtualMonitor/blob/master/src/VBox/Installer/common/virtualbox.xml"
390390
]
391391
},
392392
"application/x-virtualbox-vbox": {
393-
"extensions": ["vbox"],
394393
"compressible": true,
394+
"extensions": ["vbox"],
395395
"notes": "VirtualBox Settings File",
396396
"sources": [
397397
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
398398
"https://github.com/VirtualMonitor/VirtualMonitor/blob/master/src/VBox/Installer/common/virtualbox.xml"
399399
]
400400
},
401401
"application/x-virtualbox-vbox-extpack": {
402-
"extensions": ["vbox-extpack"],
403402
"compressible": false,
403+
"extensions": ["vbox-extpack"],
404404
"notes": "VirtualBox Extension Pack",
405405
"sources": [
406406
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
407407
"https://github.com/VirtualMonitor/VirtualMonitor/blob/master/src/VBox/Installer/common/virtualbox.xml"
408408
]
409409
},
410410
"application/x-virtualbox-vdi": {
411-
"extensions": ["vdi"],
412411
"compressible": true,
412+
"extensions": ["vdi"],
413413
"notes": "VirtualBox Disk Image",
414414
"sources": [
415415
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
416416
"https://github.com/VirtualMonitor/VirtualMonitor/blob/master/src/VBox/Installer/common/virtualbox.xml"
417417
]
418418
},
419419
"application/x-virtualbox-vhd": {
420-
"extensions": ["vhd"],
421420
"compressible": true,
421+
"extensions": ["vhd"],
422422
"notes": "Microsoft Virtual Hard Disk",
423423
"sources": [
424424
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
425425
"https://github.com/VirtualMonitor/VirtualMonitor/blob/master/src/VBox/Installer/common/virtualbox.xml"
426426
]
427427
},
428428
"application/x-virtualbox-vmdk": {
429-
"extensions": ["vmdk"],
430429
"compressible": true,
430+
"extensions": ["vmdk"],
431431
"notes": "VMWare Virtual Machine Disk",
432432
"sources": [
433433
"https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/solaris/virtualbox.keys",
@@ -445,7 +445,7 @@
445445
},
446446
"application/xml": {
447447
"compressible": true,
448-
"extensions": ["xsd", "rng"],
448+
"extensions": ["xsd","rng"],
449449
"sources": [
450450
"http://en.wikipedia.org/wiki/RELAX_NG"
451451
]
@@ -459,16 +459,16 @@
459459
"application/zip": {
460460
"compressible": false
461461
},
462-
"audio/l24": {
463-
"compressible": false
464-
},
465462
"audio/3gpp": {
466463
"compressible": false,
467464
"extensions": ["3gpp"]
468465
},
469466
"audio/basic": {
470467
"compressible": false
471468
},
469+
"audio/l24": {
470+
"compressible": false
471+
},
472472
"audio/mp3": {
473473
"compressible": false,
474474
"extensions": ["mp3"],
@@ -486,14 +486,6 @@
486486
"audio/ogg": {
487487
"compressible": false
488488
},
489-
"audio/wav": {
490-
"compressible": false,
491-
"extensions": ["wav"]
492-
},
493-
"audio/wave": {
494-
"compressible": false,
495-
"extensions": ["wav"]
496-
},
497489
"audio/vnd.rn-realaudio": {
498490
"compressible": false
499491
},
@@ -503,6 +495,14 @@
503495
"audio/vorbis": {
504496
"compressible": false
505497
},
498+
"audio/wav": {
499+
"compressible": false,
500+
"extensions": ["wav"]
501+
},
502+
"audio/wave": {
503+
"compressible": false,
504+
"extensions": ["wav"]
505+
},
506506
"audio/webm": {
507507
"compressible": false
508508
},
@@ -564,9 +564,6 @@
564564
"http://nokiatech.github.io/heif/technical.html"
565565
]
566566
},
567-
"image/jpeg": {
568-
"compressible": false
569-
},
570567
"image/jp2": {
571568
"compressible": false,
572569
"extensions": ["jp2","jpg2"],
@@ -575,7 +572,10 @@
575572
"https://tools.ietf.org/html/rfc3745"
576573
]
577574
},
578-
"image/jpm": {
575+
"image/jpeg": {
576+
"compressible": false
577+
},
578+
"image/jpm": {
579579
"compressible": false,
580580
"extensions": ["jpm"],
581581
"sources": [
@@ -599,20 +599,20 @@
599599
},
600600
"image/tiff": {
601601
"compressible": false,
602+
"notes": "Gains insignificant in testing.",
602603
"sources": [
603604
"http://stackoverflow.com/a/12770116"
604-
],
605-
"notes": "Gains insignificant in testing."
605+
]
606606
},
607607
"image/vnd.adobe.photoshop": {
608608
"compressible": true
609609
},
610610
"image/x-icon": {
611611
"compressible": true,
612+
"notes": "Usually a wrapper for .bmp formated images.",
612613
"sources": [
613614
"http://en.wikipedia.org/wiki/ICO_(file_format)"
614-
],
615-
"notes": "Usually a wrapper for .bmp formated images."
615+
]
616616
},
617617
"image/x-ms-bmp": {
618618
"compressible": true,
@@ -625,10 +625,10 @@
625625
},
626626
"message/http": {
627627
"compressible": false,
628+
"notes": "It is safest to leave these uncompressed.",
628629
"sources": [
629630
"http://stackoverflow.com/a/1450163"
630-
],
631-
"notes": "It is safest to leave these uncompressed."
631+
]
632632
},
633633
"message/partial": {
634634
"compressible": false
@@ -639,19 +639,19 @@
639639
"http://en.wikipedia.org/wiki/MIME#Multipart_subtypes"
640640
]
641641
},
642+
"model/gltf+json": {
643+
"extensions": ["gltf"],
644+
"sources": [
645+
"https://github.com/KhronosGroup/glTF/tree/master/specification/2.0"
646+
]
647+
},
642648
"model/gltf-binary": {
643649
"compressible": true,
644650
"extensions": ["glb"],
645651
"sources": [
646652
"https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#glb-file-format-specification"
647653
]
648654
},
649-
"model/gltf+json": {
650-
"extensions": ["gltf"],
651-
"sources": [
652-
"https://github.com/KhronosGroup/glTF/tree/master/specification/2.0"
653-
]
654-
},
655655
"model/iges": {
656656
"compressible": false
657657
},
@@ -688,28 +688,28 @@
688688
"text/cache-manifest": {
689689
"compressible": true,
690690
"extensions": ["manifest"],
691+
"notes": "I think so.",
691692
"sources": [
692693
"https://bugzilla.mozilla.org/show_bug.cgi?id=715191#c2"
693-
],
694-
"notes": "I think so."
694+
]
695695
},
696696
"text/calender": {
697697
"compressible": true,
698+
"notes": "Probably needs to be uncompressed before sent to iCalender.",
698699
"sources": [
699700
"http://en.wikipedia.org/wiki/ICalendar"
700-
],
701-
"notes": "Probably needs to be uncompressed before sent to iCalender."
701+
]
702702
},
703703
"text/cmd": {
704704
"compressible": true
705705
},
706706
"text/coffeescript": {
707-
"extensions": ["coffee", "litcoffee"]
707+
"extensions": ["coffee","litcoffee"]
708708
},
709709
"text/css": {
710710
"charset": "UTF-8",
711711
"compressible": true,
712-
"sources":[
712+
"sources": [
713713
"https://www.w3.org/TR/CSS22/syndata.html#charset"
714714
]
715715
},
@@ -763,13 +763,13 @@
763763
"text/shex": {
764764
"extensions": ["shex"],
765765
"sources": [
766-
"http://shex.io/shex-semantics/"
766+
"http://shex.io/shex-semantics/"
767767
]
768768
},
769769
"text/slim": {
770770
"extensions": ["slim","slm"],
771771
"sources": [
772-
"http://slim-lang.com/"
772+
"http://slim-lang.com/"
773773
]
774774
},
775775
"text/stylus": {
@@ -795,7 +795,7 @@
795795
"compressible": true,
796796
"extensions": ["vtt"],
797797
"sources": [
798-
"http://tools.ietf.org/html/draft-pantos-http-live-streaming-13"
798+
"http://tools.ietf.org/html/draft-pantos-http-live-streaming-13"
799799
]
800800
},
801801
"text/x-gwt-rpc": {

0 commit comments

Comments
 (0)