mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 11:24:11 +08:00
29 lines
586 B
JSON
29 lines
586 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"
|
|
},
|
|
"git.ignoreLimitWarning": true
|
|
}
|