Add musicxml to xml extensions (#8935)

pull/8946/head
A-Walrus 2023-11-29 03:41:35 +02:00 committed by GitHub
parent 0d9145a1bf
commit 0739d13b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2303,7 +2303,8 @@ file-types = [
"xliff", "xliff",
"xpdl", "xpdl",
"xul", "xul",
"xoml" "xoml",
"musicxml"
] ]
indent = { tab-width = 2, unit = " " } indent = { tab-width = 2, unit = " " }