mirror of
https://github.com/warpdotdev/warp.git
synced 2026-07-01 02:44:21 +08:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"[markdown]": {
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"editor.wordWrapColumn": 80,
|
|
"editor.quickSuggestions": {
|
|
"comments": "off",
|
|
"strings": "off",
|
|
"other": "off"
|
|
}
|
|
},
|
|
"[powershell]": {
|
|
"editor.semanticHighlighting.enabled": true,
|
|
"editor.formatOnSave": true
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.associations": {
|
|
"**/ui/src/platform/mac/**/*.h": "objective-c"
|
|
},
|
|
"graphql-config.load.rootDir": "graphql/",
|
|
"rust-analyzer.cargo.targetDir": true,
|
|
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
|
|
"powershell.codeFormatting.alignPropertyValuePairs": false,
|
|
"powershell.codeFormatting.newLineAfterCloseBrace": false,
|
|
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline",
|
|
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
|
|
"powershell.codeFormatting.useConstantStrings": true,
|
|
"powershell.codeFormatting.whitespaceAfterSeparator": true,
|
|
"powershell.codeFormatting.whitespaceAroundOperator": true,
|
|
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
|
|
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
|
|
"powershell.codeFormatting.whitespaceInsideBrace": true,
|
|
"powershell.scriptAnalysis.enable": true,
|
|
"powershell.scriptAnalysis.settingsPath": "./.PSScriptAnalyzerSettings.psd1",
|
|
}
|