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