mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 03:14:40 +03:00
67e81b35dd
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
21 lines
431 B
Plaintext
21 lines
431 B
Plaintext
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"proseWrap": "preserve",
|
|
"plugins": [
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
} |