mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 09:58:45 -04:00

* Reformatted codebase using prettier.io (should not change functional behavior) * Formatted README.md, added CONTRIBUTING.md, .prettierrc configuration file, and installed pre-commit hook
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"endOfLine": "auto",
|
|
"proseWrap": "always"
|
|
}
|