Skip to content

Commit

Permalink
.clang-format + bazel icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 26, 2018
1 parent ca7c940 commit 2454699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions icons/bazel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ export const fileIcons: FileIcons = {
'.buildignore',
'.mrconfig',
'.yardopts',
'manifest.mf'
'manifest.mf',
'.clang-format',
]
},
{ name: 'typescript', fileExtensions: ['ts'] },
Expand Down Expand Up @@ -726,5 +727,6 @@ export const fileIcons: FileIcons = {
{ name: 'mdx', fileExtensions: ['mdx'] },
{ name: 'ballerina', fileExtensions: ['bal', 'balx'] },
{ name: 'racket', fileExtensions: ['rkt'] },
{ name: 'bazel', fileExtensions: ['bzl', 'bazel'] },
]
};

0 comments on commit 2454699

Please sign in to comment.