mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
{
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"jsxSingleQuote": true,
|
|
"bracketSpacing": true
|
|
}
|