mirror of
https://github.com/ozntel/oz-calendar.git
synced 2026-07-22 07:40:24 +00:00
11 lines
181 B
Text
11 lines
181 B
Text
|
|
{
|
||
|
|
"trailingComma": "es5",
|
||
|
|
"tabWidth": 4,
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 115,
|
||
|
|
"jsxBracketSameLine": true,
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"arrowParens": "always"
|
||
|
|
}
|