file_icons: Sort file_types.json (#24910)

This PR sorts the `file_types.json` file alphabetically.

This is the command I used to sort it:

```
pnpm --package=json-sort-cli dlx jsonsort assets/icons/file_icons/file_types.json
```

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-14 16:09:59 -05:00 committed by GitHub
parent be83074243
commit f9432518e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,12 @@
"Procfile": "heroku"
},
"suffixes": {
"COMMIT_EDITMSG": "vcs",
"EDIT_DESCRIPTION": "vcs",
"Emakefile": "erlang",
"MERGE_MSG": "vcs",
"NOTES_EDITMSG": "vcs",
"TAG_EDITMSG": "vcs",
"aac": "audio",
"accdb": "storage",
"app.src": "erlang",
@ -28,14 +33,14 @@
"coffee": "coffeescript",
"conf": "settings",
"cpp": "cpp",
"cs": "csharp",
"cr": "crystal",
"cs": "csharp",
"css": "css",
"csv": "storage",
"cxx": "cpp",
"cts": "typescript",
"ctsx": "react",
"cue": "cue",
"cxx": "cpp",
"dart": "dart",
"dat": "storage",
"db": "storage",
@ -73,11 +78,6 @@
"gitkeep": "vcs",
"gitlab-ci.yml": "gitlab",
"gitmodules": "vcs",
"TAG_EDITMSG": "vcs",
"MERGE_MSG": "vcs",
"COMMIT_EDITMSG": "vcs",
"NOTES_EDITMSG": "vcs",
"EDIT_DESCRIPTION": "vcs",
"gleam": "gleam",
"go": "go",
"gql": "graphql",
@ -224,8 +224,8 @@
"txt": "document",
"v": "v",
"vsh": "v",
"vv": "v",
"vue": "vue",
"vv": "v",
"wav": "audio",
"webm": "video",
"webp": "image",