Files
dooring/.prettierrc

8 lines
103 B
Plaintext
Raw Permalink Normal View History

2021-07-09 01:41:03 +08:00
{
"useTabs": true,
"singleQuote": true,
"printWidth": 100,
"semi": true,
"trailingComma": "es5"
}