@remnawave/xtls-sdk-nestjs
Version:
 
22 lines (21 loc) • 375 B
Plain 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
}
}
]
}