mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 21:22:14 +08:00
33 lines
No EOL
655 B
JSON
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
|
|
}
|
|
} |