mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-03 17:40:56 +01:00
9 lines
162 B
Text
9 lines
162 B
Text
{
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"printWidth": 90,
|
|
"arrowParens": "avoid",
|
|
"quoteProps": "consistent"
|
|
}
|