mirror of
https://github.com/SomboChea/ui
synced 2024-11-04 21:54:30 +07:00
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
{
|
|
"endOfLine": "auto",
|
|
"useTabs": false,
|
|
"printWidth": 160,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"parser": "typescript"
|
|
}
|