if (-not (Test-Path $PC_SETTINGS)) {
Write-Verbose "Creating Package Control.sublime-settings"
"{`"auto_upgrade`": false, `"ignore_vcs_packages`": true, `"remove_orphaned`": false, `"submit_usage`": false }" | Out-File -filepath $PC_SETTINGS -encoding utf8
}
https://github.com/SublimeText/UnitTesting/blob/9df1177b75d83d3a9866762e2648ed5aabe9220d/actions/setup/install_package_control.ps1#L24-L27