mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-09 16:43:02 +01:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"arrowParens": "always",
|
|
"trailingComma": "none",
|
|
"endOfLine": "lf"
|
|
}
|