mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-13 03:56:33 -04:00
11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
{
|
|
"useTabs": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"jsxBracketSameLine": false,
|
|
"semi": true,
|
|
"quoteProps": "consistent"
|
|
}
|
|
|