chore: better qt-only msvc build support

* more info in song prop label when qt-only
* editorconfig for msvc (and other IDEs)
* one more audio format
This commit is contained in:
2024-10-15 22:46:25 +08:00
parent 044bb34390
commit 5092f9bafc
2 changed files with 10 additions and 1 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4