mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"printWidth": 160,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"quoteProps": "consistent",
|
|
"proseWrap": "never",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.css", "*.scss", "*.sass"],
|
|
"options": {
|
|
"tabWidth": 4,
|
|
"printWidth": 160
|
|
}
|
|
}
|
|
]
|
|
}
|