使用ai解决编码不一的问题
This commit is contained in:
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"files.encoding": "utf8",
|
||||
"files.autoGuessEncoding": false,
|
||||
"editorconfig.enable": true,
|
||||
"[cpp]": {
|
||||
"files.encoding": "utf8-bom"
|
||||
},
|
||||
"[h]": {
|
||||
"files.encoding": "utf8-bom"
|
||||
},
|
||||
"[c]": {
|
||||
"files.encoding": "utf8-bom"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user