mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-25 17:21:47 +01:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120
|
|
}
|