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

pull/9961/head
David Else 2 months ago committed by GitHub
parent f5d95de227
commit c9e34c556b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save