Files
terminal-layout-sync/.prettierrc
7000pctAUTO a32b158ca4
Some checks failed
CI / test (push) Has been cancelled
Initial upload with CI/CD workflow
2026-02-05 19:31:31 +00:00

10 lines
158 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid"
}