mirror of
https://github.com/onyx-dot-app/onyx-ui.git
synced 2026-07-01 14:46:04 -04:00
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf"
|
|
}
|