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