semblance-dev/node_modules/fast-equals/.prettierrc
2025-12-19 19:26:16 +00:00

8 lines
138 B
Text
Executable file

{
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}