jheddings_obsidian-stomp/.prettierrc.json
2025-07-18 21:30:38 -06:00

8 lines
139 B
JSON

{
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": false
}