mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-20 09:42:26 +03:00
12 lines
273 B
Plaintext
12 lines
273 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": []
|
|
} |