hexo/node_modules/hexo-abbrlink/.prettierrc.json

12 lines
174 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"useTabs": false,
"printWidth": 120,
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"bracketSpacing": true,
"endOfLine": "lf",
"parser": "typescript"
}