mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
19 lines
307 B
Text
19 lines
307 B
Text
{
|
|
"printWidth": 180,
|
|
"singleQuote": true,
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.{j,t}sx", "*.ts"],
|
|
"options": {
|
|
"printWidth": 80
|
|
}
|
|
}
|
|
]
|
|
}
|