mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
14 lines
400 B
JSON
14 lines
400 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"prettier.semi": true,
|
|
"prettier.printWidth": 92,
|
|
"prettier.singleQuote": true,
|
|
"prettier.useTabs": true,
|
|
"git.branchProtection": [
|
|
"main"
|
|
],
|
|
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
|
|
"git.branchRandomName.enable": true,
|
|
"githubPullRequests.assignCreated": "${user}",
|
|
"githubPullRequests.defaultMergeMethod": "squash"
|
|
} |