mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-10 00:15:51 +02:00
Force UTF-8 in VS Code workspace settings
This commit is contained in:
parent
34c8d44dfe
commit
937c8e22c4
@ -12,8 +12,9 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"javascript.validate.enable": false,
|
"javascript.validate.enable": false,
|
||||||
"files.autoGuessEncoding": true,
|
"files.autoGuessEncoding": false,
|
||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
"files.trimFinalNewlines": true,
|
"files.trimFinalNewlines": true,
|
||||||
|
"files.encoding": "utf8",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user