mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-14 17:42:47 +01:00
21 lines
339 B
Plaintext
21 lines
339 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "Installers",
|
|
"path": "..\\bld"
|
|
},
|
|
{
|
|
"name": "Resources",
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.tabSize": 2,
|
|
"javascript.validate.enable": false,
|
|
"files.autoGuessEncoding": false,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.encoding": "utf8",
|
|
}
|
|
}
|