Mailspring/.vscode/settings.json
2018-03-30 01:36:23 -07:00

30 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
}