mirror of
https://github.com/makeplane/plane.git
synced 2026-05-24 19:28:47 -05:00
85d90030cf
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
16 lines
291 B
Plaintext
16 lines
291 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"overrides": [
|
|
{
|
|
"files": ["packages/codemods/**/*"],
|
|
"options": {
|
|
"printWidth": 80
|
|
}
|
|
}
|
|
],
|
|
"plugins": ["@prettier/plugin-oxc"],
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|