file_icons: Sort `file_types.json` (#24910)

Marshall Bowers created

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

Change summary

assets/icons/file_icons/file_types.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Detailed changes

assets/icons/file_icons/file_types.json 🔗

@@ -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",