mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-02 00:50:57 +01:00
9 lines
163 B
Text
9 lines
163 B
Text
{
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"arrowParens": "avoid",
|
|
"quoteProps": "consistent"
|
|
}
|