mirror of
https://github.com/remnawave/xtls-sdk-nestJS.git
synced 2026-05-13 12:16:45 +00:00
21 lines
375 B
Text
21 lines
375 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
|
|
}
|
|
}
|
|
]
|
|
}
|