mirror of
https://github.com/remnawave/xtls-sdk.git
synced 2026-05-13 12:06:41 +00:00
31 lines
No EOL
454 B
Text
31 lines
No EOL
454 B
Text
{
|
|
"bracketSpacing": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.js",
|
|
"*.jsx",
|
|
"*.ts",
|
|
"*.tsx"
|
|
],
|
|
"options": {
|
|
"parser": "typescript"
|
|
}
|
|
},
|
|
{
|
|
"files": [
|
|
"*.md",
|
|
"*.json",
|
|
"*.yaml",
|
|
"*.yml"
|
|
],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
} |