mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-02-19 07:41:05 -05:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"printWidth": 80,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"jsxSingleQuote": false,
|
|
"bracketSameLine": false,
|
|
"proseWrap": "preserve"
|
|
}
|