mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-16 04:34:28 +01:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"arrowParens": "always",
|
|
"printWidth": 80,
|
|
"useTabs": false
|
|
}
|