1
0
mirror of https://github.com/vbalien/voca.git synced 2025-12-06 11:26:21 +09:00
Files
voca/.prettierrc
2022-02-26 03:16:54 +09:00

13 lines
235 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": false,
"arrowParens": "avoid",
"useTabs": false,
"bracketSpacing": true,
"endOfLine": "auto"
}