返回 reveal.js
.prettierrc
根目录 / .prettierrc
1 {
2 "useTabs": true,
3 "tabWidth": 2,
4 "trailingComma": "es5",
5 "printWidth": 100,
6 "singleQuote": true,
7 "bracketSameLine": false
8 }
9
9 lines Plain Text