gxc-renderer-canvas-2d/.prettierrc
Andrey Kernichniy d66af6eccc
All checks were successful
CI / test (push) Successful in 18s
First commit
2026-03-01 23:38:54 +07:00

9 lines
150 B
Text

{
"bracketSpacing": true,
"printWidth": 140,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto"
}