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

12 lines
174 B
JSON

{
"useTabs": false,
"printWidth": 120,
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"bracketSpacing": true,
"endOfLine": "lf",
"parser": "typescript"
}