mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-07 16:24:29 +01:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"arrowParens": "always",
|
|
"printWidth": 100,
|
|
"useTabs": false
|
|
}
|