Files

13 lines
319 B
JSON

{
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"files.associations": {
"system_error": "cpp",
"new": "cpp",
"functional": "cpp",
"*.tcc": "cpp",
"streambuf": "cpp"
},
"files.encoding": "utf8"
}