nixos-configs/scripts/settings.json
2023-02-15 23:05:22 -05:00

19 lines
No EOL
566 B
JSON

{
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/home/matt/bin/host-spawn",
"icon": "terminal"
}
},
"editor.wordWrap": "on",
"omnisharp.useGlobalMono": "always",
"workbench.startupEditor": "none",
"update.showReleaseNotes": false,
"json.schemas": [],
"git.fetchOnPull": true,
"git.enableSmartCommit": true,
"git.autofetch": true,
"diffEditor.ignoreTrimWhitespace": true,
"omnisharp.enableImportCompletion": true
}