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:
parent
be83074243
commit
f9432518e5
1 changed files with 8 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue