lenalebt_obsidian-pocketboo.../.prettierrc

10 lines
197 B
Text
Raw Permalink Normal View History

2023-01-28 07:43:15 +00:00
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 160
}