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