mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
12 lines
331 B
JSON
12 lines
331 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"],
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"experimentalTernaries": true
|
|
}
|