Remove obsolete webmanifest extension from editorconfig (#19144)

File removed in https://github.com/directus/directus/pull/19141
This commit is contained in:
Pascal Jufer
2023-07-12 11:47:11 +02:00
committed by GitHub
parent ea146c3e11
commit 373e14e3ec

View File

@@ -6,7 +6,7 @@ insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.{mjs,cjs,js,mts,cts,ts,json,vue,html,scss,css,toml,webmanifest,md}]
[*.{mjs,cjs,js,mts,cts,ts,json,vue,html,scss,css,toml,md}]
indent_style = tab
[*.md]