style: format with tabs

This commit is contained in:
2025-12-08 11:14:14 -05:00
parent c4445aa92f
commit 54f0fdb6c9
48 changed files with 7088 additions and 6580 deletions

122
sdk/nodejs/tsconfig.json generated
View File

@@ -1,63 +1,63 @@
{
"compilerOptions": {
"outDir": "bin",
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"stripInternal": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"strict": true
},
"files": [
"certificate.ts",
"clusterGroup.ts",
"clusterGroupMember.ts",
"config/index.ts",
"config/vars.ts",
"getCluster.ts",
"getImage.ts",
"getInstance.ts",
"getNetwork.ts",
"getNetworkAcl.ts",
"getNetworkAddressSet.ts",
"getNetworkForward.ts",
"getNetworkIntegration.ts",
"getNetworkLoadBalancer.ts",
"getNetworkPeer.ts",
"getNetworkZone.ts",
"getProfile.ts",
"getProject.ts",
"getStorageBucket.ts",
"getStoragePool.ts",
"getStorageVolume.ts",
"image.ts",
"index.ts",
"instance.ts",
"instanceSnapshot.ts",
"network.ts",
"networkAcl.ts",
"networkAddressSet.ts",
"networkForward.ts",
"networkIntegration.ts",
"networkLoadBalancer.ts",
"networkPeer.ts",
"networkZone.ts",
"networkZoneRecord.ts",
"profile.ts",
"project.ts",
"provider.ts",
"server.ts",
"storageBucket.ts",
"storageBucketKey.ts",
"storagePool.ts",
"storageVolume.ts",
"types/index.ts",
"types/input.ts",
"types/output.ts",
"utilities.ts"
]
"compilerOptions": {
"outDir": "bin",
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"stripInternal": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
},
"files": [
"certificate.ts",
"clusterGroup.ts",
"clusterGroupMember.ts",
"config/index.ts",
"config/vars.ts",
"getCluster.ts",
"getImage.ts",
"getInstance.ts",
"getNetwork.ts",
"getNetworkAcl.ts",
"getNetworkAddressSet.ts",
"getNetworkForward.ts",
"getNetworkIntegration.ts",
"getNetworkLoadBalancer.ts",
"getNetworkPeer.ts",
"getNetworkZone.ts",
"getProfile.ts",
"getProject.ts",
"getStorageBucket.ts",
"getStoragePool.ts",
"getStorageVolume.ts",
"image.ts",
"index.ts",
"instance.ts",
"instanceSnapshot.ts",
"network.ts",
"networkAcl.ts",
"networkAddressSet.ts",
"networkForward.ts",
"networkIntegration.ts",
"networkLoadBalancer.ts",
"networkPeer.ts",
"networkZone.ts",
"networkZoneRecord.ts",
"profile.ts",
"project.ts",
"provider.ts",
"server.ts",
"storageBucket.ts",
"storageBucketKey.ts",
"storagePool.ts",
"storageVolume.ts",
"types/index.ts",
"types/input.ts",
"types/output.ts",
"utilities.ts",
],
}