mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120
|
|
}
|