mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
{
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 140,
|
|
"quoteProps": "consistent",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"useTabs": true
|
|
}
|