15 lines
277 B
JSON
15 lines
277 B
JSON
|
|
{
|
||
|
|
"files.encoding": "utf8",
|
||
|
|
"files.autoGuessEncoding": false,
|
||
|
|
"editorconfig.enable": true,
|
||
|
|
"[cpp]": {
|
||
|
|
"files.encoding": "utf8-bom"
|
||
|
|
},
|
||
|
|
"[h]": {
|
||
|
|
"files.encoding": "utf8-bom"
|
||
|
|
},
|
||
|
|
"[c]": {
|
||
|
|
"files.encoding": "utf8-bom"
|
||
|
|
}
|
||
|
|
}
|