mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
14 lines
204 B
Text
14 lines
204 B
Text
|
{
|
||
|
"printWidth": 180,
|
||
|
"singleQuote": true,
|
||
|
"htmlWhitespaceSensitivity": "strict",
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["*.html"],
|
||
|
"options": {
|
||
|
"parser": "angular"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|