From f9432518e50c72cf55665f17e6ee0adccb950148 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 14 Feb 2025 16:09:59 -0500 Subject: [PATCH] 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 --- assets/icons/file_icons/file_types.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 8ad2d5398ffcc8bd079baeefbd635c4de57253f0..4d5d653aa3bdc2912a35efe847fc6a01328346cc 100644 --- a/assets/icons/file_icons/file_types.json +++ b/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",