mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
{
|
|
"useTabs": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"jsxBracketSameLine": false,
|
|
"semi": true,
|
|
"quoteProps": "consistent",
|
|
"importOrder": [
|
|
"^@sd/core/(.*)$",
|
|
"^@sd/interface/(.*)$",
|
|
"^@sd/client/(.*)$",
|
|
"^@sd/ui/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|