Files
Python-Profiler-Visualizer/.prettierrc.json
2026-09-12 14:19:56 +08:00

11 lines
178 B
JSON

{
"printWidth": 110,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "always",
"endOfLine": "auto"
}