mts7_obsidian-word-frequency/.prettierrc

8 lines
112 B
Text
Raw Permalink Normal View History

2025-03-11 03:56:14 +00:00
{
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
2025-03-11 04:03:07 +00:00
}