Files
WRNexusJS/examples/basic-app/.prettierrc.json
T
2026-07-12 15:55:18 +05:30

10 lines
148 B
JSON

{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"endOfLine": "lf"
}