mirror of
https://github.com/primefaces/primeng.git
synced 2025-03-14 10:07:27 +00:00
30 lines
608 B
JSON
30 lines
608 B
JSON
{
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "none",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 250,
|
|
"bracketSameLine": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.mts", "*.d.ts"],
|
|
"options": {
|
|
"parser": "typescript"
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "html"
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.component.html"],
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
}
|