mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
26 lines
399 B
Plaintext
26 lines
399 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "gui",
|
|
"path": "easytier-gui"
|
|
},
|
|
{
|
|
"name": "core",
|
|
"path": "easytier"
|
|
},
|
|
{
|
|
"name": "vpnservice",
|
|
"path": "tauri-plugin-vpnservice"
|
|
}
|
|
],
|
|
"settings": {
|
|
"i18n-ally.sourceLanguage": "cn",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
// Disable the default formatter
|
|
"prettier.enable": false,
|
|
}
|
|
} |