Mailspring/.vscode/settings.json
2020-06-22 23:31:35 -05:00

33 lines
No EOL
655 B
JSON

{
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
},
"[json]": {
"editor.formatOnSave": false
},
"files.associations": {
"__bit_reference": "cpp",
"algorithm": "cpp",
"bitset": "cpp",
"chrono": "cpp",
"hash_map": "cpp",
"hash_set": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"array": "cpp",
"iterator": "cpp",
"string": "cpp",
"vector": "cpp",
"__locale": "cpp",
"locale": "cpp",
"thread": "cpp",
"typeinfo": "cpp"
},
"git.ignoreLimitWarning": true,
"files.exclude": {
"**/*.dll": true
}
}