Add rclone.conf as a glob to make it behave as an ini file (#9959)

This commit is contained in:
David Else 2024-03-21 21:10:16 +00:00 committed by GitHub
parent f5d95de227
commit c9e34c556b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2616,6 +2616,7 @@ file-types = [
"kube", "kube",
"network", "network",
{ glob = ".editorconfig" }, { glob = ".editorconfig" },
{ glob = "rclone.conf" },
"properties", "properties",
"cfg", "cfg",
"directory" "directory"