1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 10:11:52 +02:00
Files
reveal.js/.prettierrc
2025-05-09 13:38:33 +02:00

9 lines
131 B
Plaintext

{
"useTabs": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"singleQuote": true,
"bracketSameLine": false
}