Skip to content

Commit

Permalink
chore: add editorconfig icon for .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored and cafkafk committed Jan 16, 2025
1 parent 3f72de8 commit 3792e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
".condarc" => '\u{e715}', // 
".cshrc" => Icons::SHELL, // 󱆃
".DS_Store" => Icons::OS_APPLE, // 
".editorconfig" => '\u{e652}', // 
".emacs" => Icons::EMACS, // 
".envrc" => '\u{f462}', // 
".eslintrc.cjs" => Icons::ESLINT, // 
Expand Down Expand Up @@ -558,7 +559,6 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"dylib" => Icons::OS_APPLE, // 
"ebook" => Icons::BOOK, // 
"ebuild" => '\u{f30d}', // 
"editorconfig" => '\u{e652}', // 
"ejs" => '\u{e618}', // 
"el" => Icons::EMACS, // 
"elc" => Icons::EMACS, // 
Expand Down

0 comments on commit 3792e50

Please sign in to comment.