1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 03:46:17 +02:00

Update .prettierrc.json

This commit is contained in:
BSKY 2020-03-23 23:38:35 +09:00
parent 2c76e71905
commit 946652678c

View file

@ -7,6 +7,8 @@
"trailingComma": "es5", "trailingComma": "es5",
"bracketSpacing": true, "bracketSpacing": true,
"arrowParens": "always", "arrowParens": "always",
"proseWrap": "preserve",
"endOfLine": "lf",
"overrides": [ "overrides": [
{ {
"files": "*.ts", "files": "*.ts",