Sword/.prettierrc
smallchill 9401de3ca4 🎉 1.0.0-RC1.
2019-01-01 22:20:57 +08:00

12 lines
175 B
Plaintext

{
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}