1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added support for SVG images

This commit is contained in:
Fedor Katurov 2022-08-08 18:07:03 +07:00
parent 341110e6ef
commit 69b51f2883
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all"
"trailingComma": "all",
"singleQuote": true
}